nix: remove obnoxious shell hook

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
Ophestra Umiker 2024-09-22 16:08:11 +09:00
parent 9a9fcdb9ec
commit 61628dabb7
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
1 changed files with 0 additions and 4 deletions

View File

@ -37,10 +37,6 @@
buildInputs = buildInputs =
with nixpkgsFor.${system}; with nixpkgsFor.${system};
[ self.packages.${system}.fortify ] ++ self.packages.${system}.fortify.buildInputs; [ self.packages.${system}.fortify ] ++ self.packages.${system}.fortify.buildInputs;
shellHook = ''
which fortify
'';
}; };
}); });
}; };