about summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-18 17:11:22 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-18 17:11:22 +0100
commit927db97913450ac478c7284ed188de4edb467a28 (patch)
tree5b3ae5f821bab6062801b3328064e495930b4d11 /update.sh
parentcheck.sh: Init (diff)
downloadnixos-server-927db97913450ac478c7284ed188de4edb467a28.zip
scripts: Consolidate in `scripts` directory and advance
Diffstat (limited to '')
-rwxr-xr-xupdate.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 669ab7a..903b0ea 100755
--- a/update.sh
+++ b/update.sh
@@ -13,8 +13,7 @@ __update_sh_run() {
 __update_sh_run nix flake update
 __update_sh_run ./pkgs/update_pkgs.sh "$@"
 
-
 for host in "server2" "server3"; do
-    nix build ".#nixosConfigurations.$host.config.system.build.toplevel" --print-out-paths --no-link --option max-jobs 1
+    __update_sh_run nix build ".#nixosConfigurations.$host.config.system.build.toplevel" --print-out-paths --no-link --option max-jobs 1
 done
 # vim: ft=sh