1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/lib
Nicolas Pierron 4c43afbaf6 export definitions to be used in conjunctions with extraConfigs. With such
method, properties evaluated at the evaluation time are still on the values
which makes this interresting to use in conjunction with extraConfigs.
The extraConfigs values are merged with the other values and then the
properties gets evaluated.

Thus, we can keep properties like mkOverride with this method.

svn path=/nixpkgs/trunk/; revision=17482
2009-09-28 18:22:55 +00:00
..
attrsets.nix Add setAttrByPath: 2009-09-28 18:22:44 +00:00
composable-derivation.nix
debug.nix
default.nix
lists.nix Add the zipLists and zipListsWith functions. 2009-09-28 18:22:14 +00:00
maintainers.nix
meta.nix
misc.nix fix mergeAttrsWithFunc (also merge in names which are only in the snd attrs) 2009-09-24 18:22:33 +00:00
modules.nix export definitions to be used in conjunctions with extraConfigs. With such 2009-09-28 18:22:55 +00:00
options.nix Add extraConfigs attribute inside options. This attribute is used to 2009-09-28 18:22:49 +00:00
platforms.nix * selectMaintained (renamed): don't use meta.maintainer, just use 2009-09-23 19:45:02 +00:00
properties.nix
sources.nix
strings-with-deps.nix
strings.nix Add splitString: 2009-09-28 18:22:37 +00:00
tests.nix
trivial.nix
types.nix Fix the merge function of the "attrsOf" type: handle multiple of the same 2009-09-20 10:29:06 +00:00