nim: 1.6.14 -> 2.0.0

The default compiler used by buildNimPackage is already version 2.
This commit is contained in:
Emery Hemingway 2023-11-23 11:01:34 +02:00
parent 8672b5cabd
commit 8effb98377

View File

@ -16791,7 +16791,7 @@ with pkgs;
inherit (callPackages ../development/compilers/nim
{ inherit (darwin) Security; }
) nim-unwrapped-1 nim-unwrapped-2 nim1 nim2;
nim = nim1;
nim = nim2;
buildNimPackage = callPackage ../development/compilers/nim/build-nim-package.nix { };
nimOverrides = callPackage ./nim-overrides.nix { };