From 99853167dfb1bf74bf4f21c21674c9c05936eb62 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 26 Dec 2025 10:43:15 +0530 Subject: [PATCH] feat(config): enable unfree packages, add CUDA toolkit --- flake.nix | 2 ++ justfile | 3 +++ 2 files changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 77c1b8a..0764296 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ system: let pkgs = import nixpkgs { inherit system; + config.allowUnfree = true; overlays = [ rust-overlay.overlays.default ]; @@ -87,6 +88,7 @@ glib glib-networking + cudatoolkit wrapGAppsHook4 # bzip2_1_1 diff --git a/justfile b/justfile index 2c9b7fa..6097b90 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,5 @@ +iced-video: + cd crates/iced-video && cargo run --release --example minimal typegen: @echo "Generating jellyfin type definitions..." cd typegen && cargo run @@ -10,3 +12,4 @@ hdrtest: codec: GST_DEBUG=3 gst-discoverer-1.0 -v https://jellyfin.tsuba.darksailor.dev/Items/6010382cf25273e624d305907010d773/Download?api_key=036c140222464878862231ef66a2bc9c +