Emacs source as flake input

This commit is contained in:
Andrea Ciceri 2023-01-13 18:23:06 +01:00
parent 23440c23d7
commit bc97d08de5
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
4 changed files with 31 additions and 9 deletions

View file

@ -8,6 +8,7 @@
nur,
preCommitHooks,
rock5b,
emacsSource,
self,
...
}: let
@ -43,7 +44,12 @@
value.file = ./.. + "/${name}";
}) (import ../secrets);
};
nixpkgs.overlays = [agenix.overlay comma.overlays.default nur.overlay];
nixpkgs.overlays = [
agenix.overlay
comma.overlays.default
nur.overlay
(_: _: {inherit emacsSource;})
];
}
(../hosts + "/${name}")
homeManager.nixosModule