holo-cli: fix for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-08 13:02:20 +01:00
parent 2ef7fda169
commit 0746b15c53
+1 -1
View File
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
# Use rust nightly features
RUSTC_BOOTSTRAP = 1;
env.RUSTC_BOOTSTRAP = 1;
nativeBuildInputs = [
cmake