mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
302 B
302 B
Shells
crossShell.nix
- Just useful shell for cross compiling
Using
nix-shell PATH_TO_SHELL
crossShell.nix
By default configured for aarch64-unknown-linux-musl
, but target may be replaced by adding crossSystem arg, like --argstr crossSystem "x86_64-unknown-linux-musl"
.