nim.nim.nimTarget: fix the eval (#517810)

This commit is contained in:
Yohann Boniface
2026-05-07 22:02:09 +00:00
committed by GitHub
@@ -98,7 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
nimHost = lib.warn "nimHost is deprecated, please use stdenv.hostPlatform.nim.os instead." stdenv.hostPlatform.nim.os;
nimTarget = lib.warn "nimTarget is deprecated, please use stdenv.hostPlatform.nim.cpu instead." stdenv.hostPlatform.cpu;
nimTarget = lib.warn "nimTarget is deprecated, please use stdenv.hostPlatform.nim.cpu instead." stdenv.hostPlatform.nim.cpu;
};
meta = {