Nix-shell GCC issue with fetching absolute paths

Here is what I added to my shell.nix configuration file:

rec {
  ....
  env.NIX_ENFORCE_PURITY=0;
  ....
}

It would be greatly appreciated if somebody could point out where in the documentation/reference manuals this sort of information is located at? I could barely put the pieces together with outside consultation.

1 Like