10 lines
124 B
Nix
10 lines
124 B
Nix
{
|
|
nim-unwrapped-1,
|
|
nim,
|
|
}:
|
|
|
|
nim.passthru.wrapNim {
|
|
nimUnwrapped = nim-unwrapped-1;
|
|
patches = [ ./nim.cfg.patch ];
|
|
}
|