Files
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
..
2021-01-25 19:25:50 +01:00
2021-08-18 14:21:16 +02:00
2021-01-26 10:57:07 +07:00
2021-08-14 14:46:00 -05:00
2021-04-02 19:20:23 +08:00
2021-05-29 16:03:55 +02:00
2021-08-03 16:40:58 -05:00