aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-09-22 16:08:11 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-09-22 16:08:11 +0900
commit61628dabb792c7e64374bb307bfcf8a73b683d6a (patch)
tree5dc65a5f0d48ded917ecc698918fa1e8f93454c9 /flake.nix
parent9a9fcdb9ec52e1f9a747c2a015ed8e7f5ce38971 (diff)
nix: remove obnoxious shell hook
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
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
- '';
};
});
};