nixpkgs/lib/systems
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
..
architectures.nix lib: Clean up how linux and gcc config is specified 2021-01-23 10:01:28 -05:00
default.nix darwin: use "11.0" as sdk and minimum version on aarch64-darwin 2021-05-17 00:27:03 +09:00
doubles.nix lib.systems: add m68k-netbsd support 2021-08-01 15:27:12 +00:00
examples.nix Initial implementation of s390 cross-compile 2021-07-25 10:12:18 +07:00
inspect.nix lib.systems.inspect.patterns.isGnu: init 2021-08-19 13:03:53 +00:00
parse.nix lib.systems: add m68k-netbsd support 2021-08-01 15:27:12 +00:00
platforms.nix lib/systems/platforms: armv7l-hf-multiplatform: fix kernel build 2021-07-30 14:08:02 -04:00