fake_nixpkgs: add link to doc

This commit is contained in:
zimbatm 2020-06-29 14:54:59 +02:00
parent 0b362172fb
commit 9519ca2731
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -2,6 +2,9 @@ _:
throw ''
This container doesn't include nixpkgs.
Pin your dependencies. Or if you must, override the NIX_PATH environment
variable with eg: "NIX_PATH=nixpkgs=channel:nixos-unstable"
The best way to work around that is to pin your dependencies. See
https://nix.dev/tutorials/towards-reproducibility-pinning-nixpkgs.html
Or if you must, override the NIX_PATH environment variable with eg:
"NIX_PATH=nixpkgs=channel:nixos-unstable"
''