its time to merge to master... its too big now xD #76

Open
gortium wants to merge 160 commits from uconsole-cm5-incremental into master
9 changed files with 304 additions and 5 deletions
Showing only changes of commit 9038863728 - Show all commits

View File

@@ -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;