fix: switch nixos-uconsole to cm5_fix branch (patches OK)
- Remove local boot.kernelPatches (now in nixos-uconsole fork) - Point to github:gortium/nixos-uconsole/cm5_fix instead of pr/dcs-panel-detection
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
};
|
};
|
||||||
nixpkgs-uconsole.url = "github:NixOS/nixpkgs/nixos-25.11";
|
nixpkgs-uconsole.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
nixos-uconsole = {
|
nixos-uconsole = {
|
||||||
url = "github:gortium/nixos-uconsole/pr/dcs-panel-detection";
|
url = "github:gortium/nixos-uconsole/cm5_fix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-uconsole";
|
inputs.nixpkgs.follows = "nixpkgs-uconsole";
|
||||||
inputs.nixos-raspberrypi.follows = "nixos-raspberrypi";
|
inputs.nixos-raspberrypi.follows = "nixos-raspberrypi";
|
||||||
};
|
};
|
||||||
@@ -102,13 +102,6 @@
|
|||||||
({ config, lib, pkgs, ... }: {
|
({ config, lib, pkgs, ... }: {
|
||||||
nixpkgs.overlays = [ uconsoleRpiPipewireOverlay ];
|
nixpkgs.overlays = [ uconsoleRpiPipewireOverlay ];
|
||||||
})
|
})
|
||||||
# Fix old panel init_sequence: DCS read + DSI_INIT0 lane config
|
|
||||||
({ lib, ... }: {
|
|
||||||
boot.kernelPatches = [{
|
|
||||||
name = "panel-cwu50-fix-lanes";
|
|
||||||
patch = ./patches/0008-panel-cwu50-fix-init-seq1.patch;
|
|
||||||
}];
|
|
||||||
})
|
|
||||||
nixos-raspberrypi.nixosModules.raspberry-pi-5.base
|
nixos-raspberrypi.nixosModules.raspberry-pi-5.base
|
||||||
nixos-raspberrypi.lib.inject-overlays
|
nixos-raspberrypi.lib.inject-overlays
|
||||||
nixos-raspberrypi.lib.inject-overlays-global
|
nixos-raspberrypi.lib.inject-overlays-global
|
||||||
|
|||||||
@@ -54,5 +54,5 @@
|
|||||||
enableGPS = false; # activer quand antenne GPS branchée
|
enableGPS = false; # activer quand antenne GPS branchée
|
||||||
};
|
};
|
||||||
|
|
||||||
# DSI display fix: le kernel patch est dans flake.nix (patches/0008-panel-cwu50-fix-init-seq1.patch)
|
# DSI display fix: les patches sont dans le fork gortium/nixos-uconsole (cm5_fix)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user