From 03f0c8d0eb992f53155325e59276ea13e223689f Mon Sep 17 00:00:00 2001 From: Michael Livshin Date: Fri, 25 Apr 2025 13:40:12 +0300 Subject: [PATCH] urbit: fix update script --- pkgs/by-name/ur/urbit/update-bin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ur/urbit/update-bin.sh b/pkgs/by-name/ur/urbit/update-bin.sh index b7ee514e10a7..b7c4af1028e1 100755 --- a/pkgs/by-name/ur/urbit/update-bin.sh +++ b/pkgs/by-name/ur/urbit/update-bin.sh @@ -4,7 +4,7 @@ set -euo pipefail ROOT="$(dirname "$(readlink -f "$0")")" -NIX_DRV="$ROOT/default.nix" +NIX_DRV="$ROOT/package.nix" if [ ! -f "$NIX_DRV" ]; then echo "ERROR: cannot find urbit in $ROOT" exit 1