1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/lib/systems
Matthew Bauer d8934feba1 kernel-headers: infer ARCH from config triple
This makes us less reliant on the systems/examples.nix. You should be
able to cross compile with just your triple:

$ nix build --arg crossSystem '{ config = "armv6l-unknown-linux-gnueabi"; }' stdenv
2019-04-19 14:53:48 -04:00
..
default.nix kernel-headers: infer ARCH from config triple 2019-04-19 14:53:48 -04:00
doubles.nix
examples.nix
for-meta.nix
inspect.nix
parse.nix
platforms.nix