nix: remove obnoxious shell hook

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-09-22 16:08:11 +09:00
parent 9a9fcdb9ec
commit 61628dabb7

View File

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