nix-repl: only builds with nix1
This commit is contained in:
parent
175e2a459f
commit
6fa864ed7f
@ -20258,7 +20258,7 @@ with pkgs;
|
||||
|
||||
nix-template-rpm = callPackage ../build-support/templaterpm { inherit (pythonPackages) python toposort; };
|
||||
|
||||
nix-repl = callPackage ../tools/package-management/nix-repl { };
|
||||
nix-repl = callPackage ../tools/package-management/nix-repl { nix = nix1; };
|
||||
|
||||
nix-serve = callPackage ../tools/package-management/nix-serve { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user