nix: remove obnoxious shell hook
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
parent
9a9fcdb9ec
commit
61628dabb7
|
@ -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
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue