nixos-rebuild-ng: remove test for multiple versions of Nix/Lix
It is not necessary anymore since we don't do conditional features based on Nix version since #433056.
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
withTmpdir ? if stdenv.hostPlatform.isDarwin then "/tmp" else null,
|
||||
# passthru.tests
|
||||
nixosTests,
|
||||
nixVersions,
|
||||
lixPackageSets,
|
||||
nixos-rebuild-ng,
|
||||
}:
|
||||
let
|
||||
@@ -102,22 +100,6 @@ python3Packages.buildPythonApplication rec {
|
||||
with_reexec = nixos-rebuild-ng.override {
|
||||
withReexec = true;
|
||||
};
|
||||
with_nix_latest = nixos-rebuild-ng.override {
|
||||
nix = nixVersions.latest;
|
||||
};
|
||||
with_nix_stable = nixos-rebuild-ng.override {
|
||||
nix = nixVersions.stable;
|
||||
};
|
||||
with_nix_2_28 = nixos-rebuild-ng.override {
|
||||
# oldest supported version in nixpkgs
|
||||
nix = nixVersions.nix_2_28;
|
||||
};
|
||||
with_lix_latest = nixos-rebuild-ng.override {
|
||||
nix = lixPackageSets.latest.lix;
|
||||
};
|
||||
with_lix_stable = nixos-rebuild-ng.override {
|
||||
nix = lixPackageSets.stable.lix;
|
||||
};
|
||||
|
||||
inherit (nixosTests)
|
||||
# FIXME: this test is disabled since it times out in @ofborg
|
||||
|
||||
Reference in New Issue
Block a user