nixos/shells
Ivan Bushchik 9de8497113
Call nixfmt for the first time
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-09-06 16:10:11 +03:00
..
crossShell.nix Call nixfmt for the first time 2023-09-06 16:10:11 +03:00
README.md Add shells/* 2023-08-13 18:01:09 +03:00

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".