Update dependencies
This commit is contained in:
parent
ea83c8606f
commit
e80e9873c5
3 changed files with 68 additions and 29 deletions
|
@ -37,7 +37,10 @@
|
|||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
emacs-overlay.url = "github:nix-community/emacs-overlay";
|
||||
emacs-overlay = {
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue