Emacs source as flake input
This commit is contained in:
parent
23440c23d7
commit
bc97d08de5
4 changed files with 31 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue