657f08b14c
GitOrigin-RevId: 807e9154dcb16384b1b765ebe9cd2bba2ac287fd
12 lines
161 B
Nix
12 lines
161 B
Nix
{
|
|
lib,
|
|
stdenv,
|
|
fetchurl,
|
|
nim-unwrapped-2_0,
|
|
nim-2_2,
|
|
}:
|
|
|
|
nim-2_2.passthru.wrapNim {
|
|
nimUnwrapped = nim-unwrapped-2_0;
|
|
inherit (nim-2_2) patches;
|
|
}
|