From bd99a2229d501fa8cabbf843a5e80d193ec6251f Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 15 May 2023 10:20:13 -0400 Subject: [PATCH] Tweak update.sh --- update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 788a896..8625632 100755 --- a/update.sh +++ b/update.sh @@ -11,11 +11,12 @@ $DIRECTORY/sources/update-sources.sh nix flake update # Make sure we still build our systems +# aarch64 systems are excluded for now due to slowness nix build .#nixosConfigurations.oracles.config.system.build.toplevel nix build .#nixosConfigurations.matrix.config.system.build.toplevel -nix build .#nixosConfigurations.tounge.config.system.build.toplevel +# nix build .#nixosConfigurations.tounge.config.system.build.toplevel nix build .#nixosConfigurations.perception.config.system.build.toplevel -nix build .#nixosConfigurations.fusion.config.system.build.toplevel +# nix build .#nixosConfigurations.fusion.config.system.build.toplevel # Collect garbage nix-collect-garbage