aboutsummaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
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