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