nixcfg/overlays/ipu6/default.nix
Harald Hoyer 897a92ea57 enable MIPI camera
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2024-03-06 23:39:50 +01:00

7 lines
138 B
Nix

{ channels, ... }:
final: prev:
{
libcamera-unstable = channels.unstable.libcamera;
pipewire-unstable = channels.unstable.pipewire;
}