diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-22 14:29:12 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-22 14:29:12 +0100 |
| commit | d95a48df5095696089ace5a6bd3bde56b29575ca (patch) | |
| tree | e7955c7c20a782e1959053233169084591e6aa63 | |
| parent | pkgs/stalwart-mail-patched/update.sh: Explicitly disable `pure-eval` setting (diff) | |
| download | nixos-server-d95a48df5095696089ace5a6bd3bde56b29575ca.zip | |
update.sh: Replace building and test running by the already existing scripts
That reduces code duplication.
Diffstat (limited to '')
| -rwxr-xr-x | update.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/update.sh b/update.sh index 903b0ea..1b10dab 100755 --- a/update.sh +++ b/update.sh @@ -13,7 +13,6 @@ __update_sh_run() { __update_sh_run nix flake update __update_sh_run ./pkgs/update_pkgs.sh "$@" -for host in "server2" "server3"; do - __update_sh_run nix build ".#nixosConfigurations.$host.config.system.build.toplevel" --print-out-paths --no-link --option max-jobs 1 -done +__update_sh_run build.sh +__update_sh_run check.sh # vim: ft=sh |
