From 61628dabb792c7e64374bb307bfcf8a73b683d6a Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sun, 22 Sep 2024 16:08:11 +0900 Subject: [PATCH] nix: remove obnoxious shell hook Signed-off-by: Ophestra Umiker --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) 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 - ''; }; }); };