holo-daemon: fix for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-08 13:02:21 +01:00
parent 0746b15c53
commit 455f1d77b9
+1 -1
View File
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-YZ2c6W6CCqgyN+6i7Vh5fWLKw8L4pUqvq/tDO/Q/kf0=";
# Use rust nightly features
RUSTC_BOOTSTRAP = 1;
env.RUSTC_BOOTSTRAP = 1;
nativeBuildInputs = [
cmake