
"function", which isn't very descriptive ;-) Also, the argument to "override" can be either a function (that takes the old arguments and returns the overriding arguments), or a plain attribute set that contains the overriding arguments. E.g. you can say nixUnstable.override { supportOldDBs = false; } and nixUnstable.override (oldArgs: { name = oldArgs.name + "-my-version"; }) svn path=/nixpkgs/trunk/; revision=14468
Description
No description provided
Languages
Nix
96.3%
Shell
1.8%
Python
0.7%
Perl
0.4%
C
0.3%
Other
0.1%