mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
hydra: Fix otherNixes.nix_2_18
This commit is contained in:
parent
1a4dbd9fa1
commit
25b653559b
1 changed files with 3 additions and 1 deletions
|
|
@ -108,7 +108,9 @@ let
|
||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [ checkOverrideNixVersion ];
|
imports = [ checkOverrideNixVersion ];
|
||||||
nix.package = lib.mkForce pkgs.nixVersions.nix_2_18;
|
nix.package =
|
||||||
|
lib.mkForce
|
||||||
|
nixpkgs-23-11.legacyPackages.${pkgs.stdenv.hostPlatform.system}.nixVersions.nix_2_18;
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue