mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Remove otherNixes.nix_2_18
Nixpkgs no longer has Nix 2.18, so this fails to evaluate.
This commit is contained in:
parent
c3e7e88889
commit
bc85e20fb9
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