stan: use framework hw module

This commit is contained in:
Aaron Bieber 2022-08-29 10:04:36 -06:00
parent e694f45371
commit 2bd9979f4e
No known key found for this signature in database

View File

@ -121,7 +121,9 @@
hass = buildSys "x86_64-linux" stable [ ] "hass";
h = buildSys "x86_64-linux" unstableSmall [ ] "h";
litr = buildSys "x86_64-linux" unstable [ ] "litr";
stan = buildSys "x86_64-linux" stable [ ] "stan";
stan = buildSys "x86_64-linux" stable [
nixos-hardware.nixosModules.framework
] "stan";
weather = buildSys "aarch64-linux" stable
[ nixos-hardware.nixosModules.raspberry-pi-4 ] "weather";