diff --git a/images/nix/fake_nixpkgs/default.nix b/images/nix/fake_nixpkgs/default.nix index 3001f60..eee7aac 100644 --- a/images/nix/fake_nixpkgs/default.nix +++ b/images/nix/fake_nixpkgs/default.nix @@ -3,7 +3,7 @@ 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 + https://nix.dev/tutorials/first-steps/towards-reproducibility-pinning-nixpkgs.html Or if you must, override the NIX_PATH environment variable with eg: "NIX_PATH=nixpkgs=channel:nixos-unstable"