Skip to content

Commit c63dad6

Browse files
committed
fix: Set hostplatform for pi
1 parent f3736c0 commit c63dad6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hosts/pi/pi-config.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{
44
system.stateVersion = "24.11";
5+
nixpkgs.hostPlatform.system = "aarch64-linux";
56

67
raspberry-pi-nix.board = "bcm2712";
78
raspberry-pi-nix.libcamera-overlay.enable = false;

0 commit comments

Comments
 (0)