nixpkgs/pkgs/lib
Eelco Dolstra e4ce304333 types.nix: Add a ‘lines’ type
This is like types.string, but values are merged by putting a newline
in between them.  This is mostly useful for configuration file
options, where we don't want values accidentally ending up on the same
line.

Note that almost all options with string type in NixOS should either
be unmergable (i.e. should be marked with ‘types.uniq’) or should
actually be of type ‘lines’.  So it might make sense to remove the
merge function for the ‘string’ type eventually.
2013-02-11 15:32:24 +01:00
..
attrsets.nix Add deepSeq lib function 2013-02-01 00:39:26 -05:00
composable-derivation.nix
customisation.nix
debug.nix
default.nix
licenses.nix - zfs 0.6.0-rc11, spl 0.6.0-rc11 2012-10-05 09:11:25 -07:00
lists.nix Add deepSeq lib function 2013-02-01 00:39:26 -05:00
maintainers.nix chromium: Add myself to maintainers. 2013-01-10 03:33:04 +01:00
meta.nix
misc.nix
modules.nix Use "or" in a few places 2012-12-04 12:58:23 +01:00
options.nix
platforms.nix pkgs/lib/platforms.nix: fix specification of mesaPlatforms 2012-12-06 11:25:08 +01:00
properties.nix Get rid of some error contexts that don't provide useful info 2012-12-04 12:58:22 +01:00
sources.nix
strings-with-deps.nix
strings.nix Add a function ‘getVersion’ to get the version of a derivation 2012-10-05 13:48:57 -04:00
systems.nix
tests.nix fix sort in lists.nix 2012-11-20 13:56:14 +01:00
trivial.nix Document deepSeq 2013-02-04 07:20:14 -05:00
types.nix types.nix: Add a ‘lines’ type 2013-02-11 15:32:24 +01:00