feat(config): enable unfree packages, add CUDA toolkit
This commit is contained in:
@@ -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
|
||||
|
||||
3
justfile
3
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user