diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-09-22 16:08:11 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-09-22 16:08:11 +0900 |
| commit | 61628dabb792c7e64374bb307bfcf8a73b683d6a (patch) | |
| tree | 5dc65a5f0d48ded917ecc698918fa1e8f93454c9 | |
| parent | 9a9fcdb9ec52e1f9a747c2a015ed8e7f5ce38971 (diff) | |
nix: remove obnoxious shell hook
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -37,10 +37,6 @@ buildInputs = with nixpkgsFor.${system}; [ self.packages.${system}.fortify ] ++ self.packages.${system}.fortify.buildInputs; - - shellHook = '' - which fortify - ''; }; }); }; |
