b763e1d5201e42402a9eef513e28d5ca0de202ee
"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
5 GiB
Languages
Nix
95%
Shell
2%
Python
1.8%
Rust
0.3%
JavaScript
0.2%
Other
0.4%