nixpkgs/lib
Alyssa Ross 273bab6bb6
lib.systems.inspect.patterns.isGnu: init
This allows checking e.g. stdenv.hostPlatform.isGnu, just like isMusl
or isUClibc.  It was already possible to check for glibc with
stdenv.hostPlatform.libc == "glibc", but when that doesn't line up
with how every other platform check works, this is apparently
sufficiently non-obvious that we've ended up with stuff like adding
glibc.static if !isMusl, which is obviously wrong.
2021-08-19 13:03:53 +00:00
..
systems lib.systems.inspect.patterns.isGnu: init 2021-08-19 13:03:53 +00:00
tests treewide: runCommandNoCC -> runCommand 2021-08-15 17:36:41 +02:00
asserts.nix
attrsets.nix Merge pull request #110742 from siraben/deprecate-fold 2021-07-27 15:13:31 +07:00
cli.nix
customisation.nix
debug.nix
default.nix lib: inherit mkImageMediaOverride 2021-08-18 14:21:16 +02: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