nix-repl: only builds with nix1

This commit is contained in:
Franz Pletz 2018-03-04 09:41:28 +01:00
parent 175e2a459f
commit 6fa864ed7f
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -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 { };