remove ffmpeg-pi

This commit is contained in:
chaos 2024-09-04 21:45:53 +01:00
parent 3fe1d2756c
commit 14e5a30a64
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,7 @@
in {
nixpkgs.overlays = [
(final: _prev: {
ffmpeg = final.ffmpeg-pi;
#ffmpeg = final.ffmpeg-pi;
})
];

View file

@ -51,7 +51,6 @@ in
inherit (pkgs) kitty-terminfo;
inherit (pkgs) linux_rpi5 raspberrypifw raspberrypiWirelessFirmware raspberrypi-utils;
inherit (pkgs) widevine-aarch64-4k widevine-aarch64-16k;
inherit (pkgs) ffmpeg-pi;
inherit (inputs.home-manager-unstable.packages."${system}") home-manager;
};