update cross compile

This commit is contained in:
Patrick Neff 2025-01-08 00:56:12 +01:00
parent 53a1186f1c
commit b155715e4c
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
}; };
config = lib.mkIf config.hardware.raspberry-pi.enable { config = lib.mkIf config.hardware.raspberry-pi.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
libraspberrypi #libraspberrypi
raspberrypi-eeprom #raspberrypi-eeprom
]; ];
}; };
} }