Skip to content

Commit

Permalink
Add tests.remoteBuilds_*_2_18
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jun 3, 2024
1 parent efc2508 commit 8a510f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ let
);
};

otherNixes.nix_2_18.setNixPackage = { lib, pkgs, ... }: {
imports = [ checkOverrideNixVersion ];
nix.package = lib.mkForce pkgs.nixVersions.nix_2_18;
};

in

{
Expand Down

0 comments on commit 8a510f4

Please sign in to comment.