nix-pills icon indicating copy to clipboard operation
nix-pills copied to clipboard

Use `nix-shell --pure` to avoid running externally installed tools

Open noamraph opened this issue 1 year ago • 1 comments
trafficstars

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 make from my own system. It seems to me better to not have the tools from my own system available. So I suggest adding --pure to the instructions, with an explanation of what it does.

noamraph avatar Apr 12 '24 08:04 noamraph