This commit is contained in:
mjallen18
2025-12-09 16:05:59 -06:00
parent 70a54b208e
commit 4b53a89030
11 changed files with 267 additions and 223 deletions

View File

@@ -9,6 +9,7 @@
enable = true;
packageNames = [
"ffmpeg"
"ffmpeg-full"
"ffmpeg-headless-rpi"
"gjs"
"gst-plugins-bad"
@@ -21,9 +22,11 @@
"opencv"
"pipewire"
"qemu"
# qemu.pname
"raspberrypi-utils"
"sdl"
"sdl2"
"torch"
"uv"
"webkitgtk"
# "yubioath-flutter"
@@ -33,7 +36,7 @@
# nixpkgs.overlays = [
# (self: super: {
# "yubioath-flutter" = super."yubioath-flutter".override { stdenv = super.ccacheStdenv; };
# "jellyfin-ffmpeg" = super."jellyfin-ffmpeg".override { stdenv = super.ccacheStdenv; };
# })
# ];