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 342 additions and 51 deletions
Showing only changes of commit 86d8b7bf8b - Show all commits

View File

@@ -31,4 +31,11 @@
enable = true;
xwayland.enable = true;
};
# Override pipewire to drop libcamera (fixes cross-compile: rpi-pisp subproject blocked)
nixpkgs.overlays = [
(final: prev: {
pipewire = prev.pipewire.override { libcamera = null; };
})
];
}