nixpkgs/lib
zimbatm 9e90a400a5
lib.generators.toGitINI: don't traverse derivations
Consider a derivation a value to be serialized.

    nix-repl> lib.generators.toGitINI { hello = { drv = pkgs.hello; }; }
    error: evaluation aborted with the following error message: 'generators.mkValueStringDefault: attrsets not supported: <derivation /nix/store/533q15q67sl6dl0272dyi7m7w5pwkkjh-hello-2.10.drv>'

Fixes #137390
2021-09-12 06:26:20 +02:00
..
systems lib/systems: add minimal s390x-linux cross-compile support 2021-09-09 10:58:47 +00:00
tests lib/systems: add minimal s390x-linux cross-compile support 2021-09-09 10:58:47 +00: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 lib.compose{Many,}Extensions: Make compatible with nix flake check 2021-08-26 09:12:17 -04:00
flake.nix Fix import path. 2021-08-14 14:46:00 -05:00
generators.nix lib.generators.toGitINI: don't traverse derivations 2021-09-12 06:26:20 +02:00
kernel.nix
licenses.nix replace dead links 2021-08-26 23:14:50 +09: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 lib.sources.trace: init 2021-05-29 16:03:55 +02:00
strings-with-deps.nix
strings.nix lib/strings: fix infinite recursion on concatStringsSep fallback 2021-08-26 20:08:05 -04: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