Enable debug logging for vhost-device-sound

This commit is contained in:
Davíð Steinn Geirsson 2026-03-17 20:26:48 +00:00
parent fb6dd6d2d4
commit 88281413e6
2 changed files with 2 additions and 1 deletions

View file

@ -294,6 +294,7 @@ in
Environment = [
"XDG_RUNTIME_DIR=/run/user/${toString userUid}"
"RUST_BACKTRACE=full"
"RUST_LOG=vhost_device_sound=debug"
];
};
}

View file

@ -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=";