From 2037c0d4ccf02bdc14ea372fdf1abf0bda9456f2 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 20 Apr 2024 11:19:29 -0400 Subject: [PATCH] remove unnecessary shell dependency Signed-off-by: ahuston-0 --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index af46a5e..cd39709 100644 --- a/flake.nix +++ b/flake.nix @@ -304,10 +304,7 @@ with nixpkgs.legacyPackages.${system}; mkShell { sopsPGPKeyDirs = [ "./keys" ]; - nativeBuildInputs = [ - apacheHttpd - sopsPkgs.sops-import-keys-hook - ]; + nativeBuildInputs = [ sopsPkgs.sops-import-keys-hook ]; packages = [ self.formatter.${system} nixpkgs.legacyPackages.${system}.deadnix