Skip to content

Commit 25b6535

Browse files
committed
hydra: Fix otherNixes.nix_2_18
1 parent 1a4dbd9 commit 25b6535

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/nixos/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ let
108108
{ lib, pkgs, ... }:
109109
{
110110
imports = [ checkOverrideNixVersion ];
111-
nix.package = lib.mkForce pkgs.nixVersions.nix_2_18;
111+
nix.package =
112+
lib.mkForce
113+
nixpkgs-23-11.legacyPackages.${pkgs.stdenv.hostPlatform.system}.nixVersions.nix_2_18;
112114
};
113115

114116
in

0 commit comments

Comments
 (0)