aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index fb88f99b..1d5357db 100644
--- a/flake.nix
+++ b/flake.nix
@@ -37,10 +37,6 @@
buildInputs =
with nixpkgsFor.${system};
[ self.packages.${system}.fortify ] ++ self.packages.${system}.fortify.buildInputs;
-
- shellHook = ''
- which fortify
- '';
};
});
};