docker-nixpkgs/images/nix/fake_nixpkgs/default.nix
2020-06-29 14:54:59 +02:00

10 lines
308 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"
''