nixos-runner/fake_nixpkgs/default.nix
Julian Stiller 50181d9e57 Flake: build nix containers
* Add flake for building nixos containers for forgejo actions
2025-02-06 14:49:20 +01:00

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