mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-24 02:24:18 +03:00
ci: don't use nixpkgs urbit binary
This commit is contained in:
parent
26ab438302
commit
88cca48a6f
@ -79,7 +79,7 @@ in pkgs.stdenvNoCC.mkDerivation {
|
||||
set -x
|
||||
set -e
|
||||
|
||||
${pkgs.urbit}/bin/urbit -d ./pier 1>&2 2> $out
|
||||
${../urbit} -d ./pier 1>&2 2> $out
|
||||
|
||||
tail -F $out >&2 &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user