about summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-18 18:55:22 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-18 18:55:22 +0100
commit310af662203bd693035372098b48bd028f1887e0 (patch)
treeaec18cf6a98d27d757001d16807d0b2050e3ee3b /update.sh
parentpkgs/yt: Use `mold` instead of `mold-wrapped` (diff)
downloadnixos-config-310af662203bd693035372098b48bd028f1887e0.zip
update.sh: Don't refer to `build.sh` by path
It is now available via `PATH`.
Diffstat (limited to '')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 8f7d338e..980df783 100755
--- a/update.sh
+++ b/update.sh
@@ -25,7 +25,7 @@ __update_sh_run nix flake update
 __update_sh_run ./pkgs/update_pkgs.sh "$@"
 
 # __update_sh_run nix flake check
-__update_sh_run ./build.sh
+__update_sh_run build.sh
 
 printf "\033[31;1m%s\033[0m\033[33;1m%s\033[0m\n" "Also update out-of-tree dependencies, like " "yt" 2>&1