nixpkgs/lib
Adam Joseph 00a749a3a6 lib/system: move toLosslessStringMaybe into lib/tests
toLosslessStringMaybe is not used by anything other than lib/tests,
so it can be private to that file.

I don't think this function was terribly well thought-through.  If
people start using it, we will become permanently dependent on the
ability to test platforms for equality.  It also makes the
elaboration process more fragile, because it encourages code outside
of nixpkgs to become sensitive to the minute details of how
elaboration happens.
2023-06-22 00:18:33 -07:00
..
path lib.path.hasPrefix: init 2023-06-15 22:29:46 +02:00
systems lib/system: move toLosslessStringMaybe into lib/tests 2023-06-22 00:18:33 -07:00
tests lib/system: move toLosslessStringMaybe into lib/tests 2023-06-22 00:18:33 -07:00
ascii-table.nix strings: add escapeQuery for url encoding 2023-03-03 20:48:55 +01:00
asserts.nix doc: auto-generate asserts and attrset library docs 2022-12-08 22:58:22 +01:00
attrsets.nix lib.concatMapAttrs: Simplify stack trace 2023-05-31 14:57:37 +02:00
cli.nix
customisation.nix lib/customisation: callPackageWith should abort with errors 2023-03-24 14:22:11 -07:00
debug.nix lib: remove deprecated functions 2023-03-08 03:57:38 +01:00
default.nix lib/options: remove literalDocBook 2023-06-13 16:56:30 +02:00
deprecated.nix lib.closePropagation: Remove the quadratic behavior in lib.closePropagation 2022-10-07 18:03:42 +02:00
derivations.nix lib.derivations: fix comment typo 2023-06-02 23:57:30 +08:00
fetchers.nix
filesystem.nix lib/filesystem.nix: Update top comment 2023-05-22 14:17:42 +02:00
fixed-points.nix lib: make extender available on self-references 2023-01-15 11:34:05 -08:00
flake.nix Fix import path. 2021-08-14 14:46:00 -05:00
generators.nix lib: fix typos 2023-05-19 22:09:24 -04:00
kernel.nix lib.kernel.unset: init 2023-05-01 10:23:42 +00:00
licenses.nix licenses: add mulan-psl2 2023-06-20 12:42:05 +00:00
lists.nix lib.list.findFirst: Make lazier 2023-06-06 17:17:32 +02:00
meta.nix Update lib/meta.nix 2023-01-27 11:16:29 +00:00
minver.nix boostrap fetchurl: Add SRI support 2022-08-24 09:55:45 +02:00
modules.nix lib: unhide _module.args 2023-06-16 19:26:23 +02:00
options.nix lib: turn *MD functions into aliases 2023-06-13 16:56:32 +02:00
source-types.nix lib.sourceTypes: simplify implementation 2022-05-30 16:27:34 +08:00
sources.nix lib.sources.pathType and co.: Move to lib.filesystem 2023-04-05 17:18:10 +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.path.hasPrefix: init 2023-06-15 22:29:46 +02:00
trivial.nix 23.11 is Tapir 2023-05-22 21:16:04 +02:00
types.nix lib.types.submoduleWith: Interoperate with older version of submoduleWith 2023-05-17 12:51:09 +02:00
versions.nix lib/versions: add pad 2022-12-21 12:58:21 +01:00
zip-int-bits.nix lib/zip-int-bits: fix typo: bitXOR -> bitXor 2022-06-09 20:04:37 +03:00