all repos — nixfiles @ de6fddc047166bcc69c3b0b9b4213559591c27a9

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

Move emacs-overlay to flake input

Alan Pearce
commit

de6fddc047166bcc69c3b0b9b4213559591c27a9

parent

6fa2c76f8ab839c4473e60822710b4fa7c378f9d

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

changed files
M flake.nixflake.nix
@@ -6,6 +6,7 @@ darwin.url = github:lnl7/nix-darwin/master;
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; }; outputs = { self, darwin, home-manager, nixpkgs, ... }@attrs: