flake: re-enable weather

This commit is contained in:
Aaron Bieber 2023-09-07 14:17:43 -06:00
parent 7158d38832
commit 04ae517cbc
No known key found for this signature in database

View File

@ -204,8 +204,8 @@
] "europa";
pwntie = buildSys "x86_64-linux" stable [] "pwntie";
stan = buildSys "x86_64-linux" unstable [] "stan";
#weather = buildSys "aarch64-linux" stable
# [ nixos-hardware.nixosModules.raspberry-pi-4 ] "weather";
weather = buildSys "aarch64-linux" stable
[ nixos-hardware.nixosModules.raspberry-pi-4 ] "weather";
faf = buildSys "x86_64-linux" stable [./configs/hardened.nix] "faf";
box = buildSys "x86_64-linux" stable [./configs/hardened.nix] "box";
@ -353,7 +353,7 @@
};
checks = let
buildList = ["europa" "stan" "h" "box" "faf"];
buildList = ["europa" "stan" "h" "box" "faf" "weather"];
in
with unstable.lib;
foldl' recursiveUpdate {} (mapAttrsToList (name: system: {