From 88281413e69edaee2c43ebf91f98ad979686c4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dav=C3=AD=C3=B0=20Steinn=20Geirsson?= Date: Tue, 17 Mar 2026 20:26:48 +0000 Subject: [PATCH] Enable debug logging for vhost-device-sound --- modules/services.nix | 1 + packages/vhost-device-sound.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/services.nix b/modules/services.nix index 0e69d87..966f511 100644 --- a/modules/services.nix +++ b/modules/services.nix @@ -294,6 +294,7 @@ in Environment = [ "XDG_RUNTIME_DIR=/run/user/${toString userUid}" "RUST_BACKTRACE=full" + "RUST_LOG=vhost_device_sound=debug" ]; }; } diff --git a/packages/vhost-device-sound.nix b/packages/vhost-device-sound.nix index 6c01040..ce592d3 100644 --- a/packages/vhost-device-sound.nix +++ b/packages/vhost-device-sound.nix @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage (finalAttrs: { src = fetchGit { url = "https://git.dsg.is/dsg/vhost-device.git"; - rev = "032558790827a46cf57c579a970f5f85b039adaa"; + rev = "fc6e4fde2505a9e7bd191c06974f8c92df72dc41"; }; cargoHash = "sha256-mw0zOCOOT2LmFUGzC4n3YES6R7eaofMsaSYWJpLooAM=";