update cross compile
This commit is contained in:
parent
53a1186f1c
commit
b155715e4c
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue