From 927db97913450ac478c7284ed188de4edb467a28 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 18 Dec 2025 17:11:22 +0100 Subject: scripts: Consolidate in `scripts` directory and advance --- update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'update.sh') 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 -- cgit 1.4.1