Use nix-shell --pure to avoid running externally installed tools - #240
Use nix-shell --pure to avoid running externally installed tools#240noamraph wants to merge 1 commit into
nix-shell --pure to avoid running externally installed tools#240Conversation
jtojnar
left a comment
There was a problem hiding this comment.
--pure is quite annoying if you e.g. use nano to edit the files. And, in the past I had it break shell prompt IIRC (not sure what was responsible).
|
@jtojnar I think that for educational reasons it's better to add But obviously, you have much more experience that I have, so I would be fine with any decision. |
I followed the original instructions, and was expecting to see
bash: make: command not found, but instead found make to be installed.I realized that it was the
makefrom my own system. It seems to me better to not have the tools from my own system available. So I suggest adding--pureto the instructions, with an explanation of what it does.