mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
14 lines
302 B
Markdown
14 lines
302 B
Markdown
# 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"`.
|