add more caches and nixd
This commit is contained in:
parent
3da66c1cd3
commit
5344688a20
5 changed files with 76 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
, agenix
|
||||
, devshell
|
||||
, helix
|
||||
, nixd
|
||||
, ...
|
||||
} @ inputs:
|
||||
(flake-utils.lib.eachDefaultSystem (system:
|
||||
|
@ -24,6 +25,7 @@
|
|||
overlays = [
|
||||
agenix.overlay
|
||||
devshell.overlays.default
|
||||
(final: prev: { nixd = nixd.packages.${system}.nixd; })
|
||||
];
|
||||
};
|
||||
extraModules = [ "${devshell}/extra/git/hooks.nix" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue