tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
urbit: fix update script
Michael Livshin
9 months ago
03f0c8d0
16c0dd0a
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ur
urbit
update-bin.sh
+1
-1
pkgs/by-name/ur/urbit/update-bin.sh
···
4
4
set -euo pipefail
5
5
6
6
ROOT="$(dirname "$(readlink -f "$0")")"
7
7
-
NIX_DRV="$ROOT/default.nix"
7
7
+
NIX_DRV="$ROOT/package.nix"
8
8
if [ ! -f "$NIX_DRV" ]; then
9
9
echo "ERROR: cannot find urbit in $ROOT"
10
10
exit 1