fake_nixpkgs: add link to doc
This commit is contained in:
parent
0b362172fb
commit
9519ca2731
1 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,9 @@ _:
|
||||||
throw ''
|
throw ''
|
||||||
This container doesn't include nixpkgs.
|
This container doesn't include nixpkgs.
|
||||||
|
|
||||||
Pin your dependencies. Or if you must, override the NIX_PATH environment
|
The best way to work around that is to pin your dependencies. See
|
||||||
variable with eg: "NIX_PATH=nixpkgs=channel:nixos-unstable"
|
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"
|
||||||
''
|
''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue