all repos — nixfiles @ a2d2d2bb12dc5b7459df0fe6df6a3f3a11176e6e

System and user configuration, managed by nix and home-manager

Pass nixpkgs to emacs-overlay

Alan Pearce
commit

a2d2d2bb12dc5b7459df0fe6df6a3f3a11176e6e

parent

8640a2c397c0d6dcc1b4440a124d596434f84d05

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M flake.nixflake.nix
@@ -7,6 +7,7 @@ darwin.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = github:nix-community/home-manager; home-manager.inputs.nixpkgs.follows = "nixpkgs"; emacs-overlay.url = github:nix-community/emacs-overlay; + emacs-overlay.inputs.nixpkgs.follows = "nixpkgs"; secrets = { flake = false; };