mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
pkg=$(nix-build nix/ops -A brass --no-out-link)
|
||
|
|
||
|
cp $pkg bin/brass.pill
|