fix autopull (#79)

* fix autopull

* add deadnix

* fix git
This commit is contained in:
Dennis
2024-02-06 23:58:33 +01:00
committed by GitHub
parent 3b70b4ea60
commit 52c421a45f
5 changed files with 9 additions and 8 deletions

View File

@ -232,7 +232,10 @@
mkShell {
sopsPGPKeyDirs = [ "./keys" ];
nativeBuildInputs = [ apacheHttpd sopsPkgs.sops-import-keys-hook ];
packages = [ self.formatter.${system} ];
packages = [
self.formatter.${system}
nixpkgs.legacyPackages.${system}.deadnix
];
shellHook = (nix-pre-commit.lib.${system}.mkConfig { inherit pkgs config; }).shellHook;
})
sops-nix.packages;