mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
pkg=$(nix-build nix/ops -A solid --no-out-link)
|
||
|
cp $pkg bin/solid.pill
|