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

Merge pull request #13198 from NixOS/mergify/bp/2.29-maintenance/pr-13195

Remove otherNixes.nix_2_18 (backport #13195)
This commit is contained in:
Eelco Dolstra 2025-05-15 12:24:24 +02:00 committed by GitHub
commit 631d23788e
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
{