mirror of
https://github.com/NixOS/nix
synced 2025-07-08 11:03:54 +02:00
Merge pull request #12030 from roberth/rename-nix-daemon-compat-tests
rename: nix-tests -> nix-daemon-compat-tests
This commit is contained in:
commit
8ecf848080
1 changed files with 2 additions and 6 deletions
|
@ -18,12 +18,8 @@ let
|
||||||
|
|
||||||
testNixVersions = pkgs: daemon:
|
testNixVersions = pkgs: daemon:
|
||||||
pkgs.nixComponents.nix-functional-tests.override {
|
pkgs.nixComponents.nix-functional-tests.override {
|
||||||
pname =
|
pname = "nix-daemon-compat-tests";
|
||||||
"nix-tests"
|
version = "${pkgs.nix.version}-with-daemon-${daemon.version}";
|
||||||
+ lib.optionalString
|
|
||||||
(lib.versionAtLeast daemon.version "2.4pre20211005" &&
|
|
||||||
lib.versionAtLeast pkgs.nix.version "2.4pre20211005")
|
|
||||||
"-${pkgs.nix.version}-against-${daemon.version}";
|
|
||||||
|
|
||||||
test-daemon = daemon;
|
test-daemon = daemon;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue