1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Add tests.remoteBuilds_*_2_18

This commit is contained in:
Robert Hensing 2024-06-03 17:33:38 +02:00
parent efc2508e8b
commit 8a510f4ede

View file

@ -52,6 +52,11 @@ let
);
};
otherNixes.nix_2_18.setNixPackage = { lib, pkgs, ... }: {
imports = [ checkOverrideNixVersion ];
nix.package = lib.mkForce pkgs.nixVersions.nix_2_18;
};
in
{