diff --git a/flake.nix b/flake.nix index fb88f99..1d5357d 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 - ''; }; }); };