Merge pull request #13195 from NixOS/remove-nix_2_18

Remove otherNixes.nix_2_18
This commit is contained in:
Jörg Thalheim
2025-05-15 11:43:12 +02:00
committed by GitHub

View File

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