repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12
[NixPkgs.git]
/
pkgs
/
by-name
/
ni
/
nim-1_0
/
package.nix
blob
48b067ef463b1016420ef59343d3e0bb12b83fb8
1
{
2
lib,
3
stdenv,
4
fetchurl,
5
nim-unwrapped-1,
6
nim,
7
}:
8
9
nim.passthru.wrapNim {
10
nimUnwrapped = nim-unwrapped-1;
11
patches = [ ./nim.cfg.patch ];
12
}