4 lines
112 B
Bash
Executable file
4 lines
112 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euxo pipefail
|
|
|
|
nix build --print-build-logs .#packages.x86_64-unknown-linux-musl.debug
|