mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
11 lines
318 B
Nix
11 lines
318 B
Nix
_:
|
|
throw ''
|
|
This container doesn't include nixpkgs.
|
|
|
|
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"
|
|
''
|