feat(config): enable unfree packages, add CUDA toolkit
Some checks failed
build / checks-matrix (push) Has been cancelled
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-26 10:43:15 +05:30
parent fc9555873b
commit 99853167df
2 changed files with 5 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
system: let system: let
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
config.allowUnfree = true;
overlays = [ overlays = [
rust-overlay.overlays.default rust-overlay.overlays.default
]; ];
@@ -87,6 +88,7 @@
glib glib
glib-networking glib-networking
cudatoolkit
wrapGAppsHook4 wrapGAppsHook4
# bzip2_1_1 # bzip2_1_1

View File

@@ -1,3 +1,5 @@
iced-video:
cd crates/iced-video && cargo run --release --example minimal
typegen: typegen:
@echo "Generating jellyfin type definitions..." @echo "Generating jellyfin type definitions..."
cd typegen && cargo run cd typegen && cargo run
@@ -10,3 +12,4 @@ hdrtest:
codec: codec:
GST_DEBUG=3 gst-discoverer-1.0 -v https://jellyfin.tsuba.darksailor.dev/Items/6010382cf25273e624d305907010d773/Download?api_key=036c140222464878862231ef66a2bc9c GST_DEBUG=3 gst-discoverer-1.0 -v https://jellyfin.tsuba.darksailor.dev/Items/6010382cf25273e624d305907010d773/Download?api_key=036c140222464878862231ef66a2bc9c