1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/lib
John Ericson 4c0d7da183 Get rid of all with { inherit... } and just used let inherit...
The old forms presumably predates, or were made in ignorance of,
`let inherit`. This way is better style as the scoping as more lexical,
something which Nix can (or might already!) take advantage of.
2017-03-30 03:05:05 -04:00
..
tests
attrsets.nix Get rid of all with { inherit... } and just used let inherit... 2017-03-30 03:05:05 -04:00
composable-derivation.nix
customisation.nix
debug.nix
default.nix
deprecated.nix
fetchers.nix
filesystem.nix
generators.nix
licenses.nix
lists.nix
maintainers.nix
meta.nix
minver.nix
modules.nix
options.nix
platforms.nix
sandbox.nix
sources.nix
strings-with-deps.nix
strings.nix
systems.nix
tests.nix
trivial.nix
types.nix Get rid of all with { inherit... } and just used let inherit... 2017-03-30 03:05:05 -04:00