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
parent
97a3c7f5
Please register or sign in to comment