Tweak update.sh

This commit is contained in:
Nathan McCarty 2023-05-15 10:20:13 -04:00
parent 580ee92d07
commit bd99a2229d
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 3 additions and 2 deletions

View File

@ -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