radiobert: fix eval

This commit is contained in:
Sandro - 2023-04-29 23:31:28 +02:00
parent e70d96e4f2
commit 83742d6cdd
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -615,6 +615,9 @@
radiobert = nixosSystem' { radiobert = nixosSystem' {
modules = [ modules = [
./hosts/radiobert ./hosts/radiobert
{
nixpkgs.overlays = [ heliwatch.overlay ];
}
]; ];
system = "aarch64-linux"; system = "aarch64-linux";
}; };