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