mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +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:
commit
631d23788e
1 changed files with 0 additions and 7 deletions
|
@ -94,13 +94,6 @@ let
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
otherNixes.nix_2_18.setNixPackage =
|
|
||||||
{ lib, pkgs, ... }:
|
|
||||||
{
|
|
||||||
imports = [ checkOverrideNixVersion ];
|
|
||||||
nix.package = lib.mkForce pkgs.nixVersions.nix_2_18;
|
|
||||||
};
|
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue