1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

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
commit 2dacdd110c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
{