remove unnecessary shell dependency

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-20 11:19:29 -04:00 committed by Alice Huston
parent 597859aabd
commit 2037c0d4cc

View File

@ -304,10 +304,7 @@
with nixpkgs.legacyPackages.${system}; with nixpkgs.legacyPackages.${system};
mkShell { mkShell {
sopsPGPKeyDirs = [ "./keys" ]; sopsPGPKeyDirs = [ "./keys" ];
nativeBuildInputs = [ nativeBuildInputs = [ sopsPkgs.sops-import-keys-hook ];
apacheHttpd
sopsPkgs.sops-import-keys-hook
];
packages = [ packages = [
self.formatter.${system} self.formatter.${system}
nixpkgs.legacyPackages.${system}.deadnix nixpkgs.legacyPackages.${system}.deadnix