cnsprcy: fix for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-08 13:02:20 +01:00
parent 6d635aa6b4
commit 894d2393ec
+1 -1
View File
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
passthru.updateScript = ./update.sh;
RUSTC_BOOTSTRAP = true;
env.RUSTC_BOOTSTRAP = true;
buildInputs = [ sqlite ];
meta = {