nixpkgs/lib
polykernel 3f4ce46a47 lib: optimize setAttrByPath and cleaup imports
- Remove inheritance of `lists.fold` as it isn't used anywhere.
- Inherit `foldl'` for consistency as only `cartesianProductOfSets` explicitly
  reference lib.
- Inline `foldr` to generate nested attrs instead of using `listToAttrs` and `tail`.
2021-08-23 18:04:47 -04:00
..
systems Merge pull request #134763 from r-burns/fix-scaleway 2021-08-21 03:40:30 +01:00
tests treewide: runCommandNoCC -> runCommand 2021-08-15 17:36:41 +02:00
asserts.nix
attrsets.nix lib: optimize setAttrByPath and cleaup imports 2021-08-23 18:04:47 -04:00
cli.nix
customisation.nix
debug.nix
default.nix lib: export strings/escapeRegex 2021-08-22 00:01:38 -04:00
deprecated.nix
fetchers.nix
filesystem.nix
fixed-points.nix
flake.nix Fix import path. 2021-08-14 14:46:00 -05:00
generators.nix lib.generators: Handle no drvPath in toPretty 2021-08-11 15:52:30 +02:00
kernel.nix
licenses.nix lib.licenses: mark a few unfree redistributable licenses as such 2021-08-11 19:07:47 +02:00
lists.nix
meta.nix
minver.nix
modules.nix lib/modules: add mkImageMediaOverride 2021-08-03 18:28:14 -05:00
options.nix lib/options: Better mergeEqualOption error for uncomparable types 2021-08-10 19:54:32 +02:00
sources.nix
strings-with-deps.nix
strings.nix strings.nix: Fix overly monomorphic type signature comments 2021-07-04 20:52:48 +02:00
trivial.nix lib: fix functionArgs for functors 2021-08-03 16:40:58 -05:00
types.nix Merge pull request #128032 from Artturin/add-swap-options 2021-07-23 10:45:53 +02:00
versions.nix
zip-int-bits.nix