fix: remove dead rpi-pkgs line
This commit is contained in:
@@ -142,9 +142,7 @@
|
|||||||
packages.${system} = {
|
packages.${system} = {
|
||||||
# Image SD flashable pour uConsole CM5 (SSH + WiFi + clés)
|
# Image SD flashable pour uConsole CM5 (SSH + WiFi + clés)
|
||||||
# Usage : dd if=result of=/dev/sda bs=4M status=progress conv=fsync
|
# Usage : dd if=result of=/dev/sda bs=4M status=progress conv=fsync
|
||||||
uconsole-cm5-image = let
|
uconsole-cm5-image = (nixos-raspberrypi.lib.nixosSystem {
|
||||||
rpi-pkgs = nixos-raspberrypi.lib.mkRpiPkgs forSystem "aarch64-linux";
|
|
||||||
in (nixos-raspberrypi.lib.nixosSystem {
|
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit self keys inputs;
|
inherit self keys inputs;
|
||||||
|
|||||||
Reference in New Issue
Block a user