nixpkgs/lib
Keshav Kini a456ccb0c8 lib/types.nix: fix missing inherit
I think there was a silent (i.e. semantic) merge conflict between PR #101139 and
PR #100456.  This commit should fix the error, which manifests as follows:

  error: undefined variable 'boolToString' at /home/kkini/src/nixpkgs/lib/types.nix:552:42
2020-10-26 00:50:06 -07:00
..
systems
tests lib.splitString: use builtin.split 2020-10-18 13:19:50 +00:00
asserts.nix
attrsets.nix
cli.nix
customisation.nix
debug.nix lib: Use Nix's static scope checking, fix error message, optimize 2020-10-22 13:46:47 +02:00
default.nix lib: Add lib.trace for consistency 2020-10-22 13:46:48 +02:00
deprecated.nix
fetchers.nix
filesystem.nix lib: Add readTree function to filesystem 2020-10-19 16:42:21 -07:00
fixed-points.nix
generators.nix
kernel.nix
licenses.nix
lists.nix lib: Use Nix's static scope checking, fix error message, optimize 2020-10-22 13:46:47 +02:00
meta.nix
minver.nix
modules.nix Merge pull request #101139 from roberth/lib-use-static-scope-checking 2020-10-26 06:59:17 +01:00
options.nix lib/options.nix: Use merge-friendly inherit syntax 2020-10-22 13:46:48 +02:00
sources.nix lib/sources.nix: Prefer lib for readFile inherit 2020-10-22 13:57:23 +02:00
strings-with-deps.nix lib: Use Nix's static scope checking, fix error message, optimize 2020-10-22 13:46:47 +02:00
strings.nix lib: Use Nix's static scope checking, fix error message, optimize 2020-10-22 13:46:47 +02:00
trivial.nix
types.nix lib/types.nix: fix missing inherit 2020-10-26 00:50:06 -07:00
versions.nix
zip-int-bits.nix