add more caches and nixd

This commit is contained in:
Tim Schubert 2023-05-31 22:20:31 +02:00
parent 3da66c1cd3
commit 5344688a20
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 76 additions and 0 deletions

View file

@ -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" ];