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
1 changed files with 3 additions and 0 deletions

View File

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