celeste: fix for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-08 13:02:19 +01:00
parent 91d0457bc1
commit 6d635aa6b4
+1 -1
View File
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
--replace-warn 'edition = "2021"' 'edition = "2024"'
'';
RUSTC_BOOTSTRAP = 1;
env.RUSTC_BOOTSTRAP = 1;
nativeBuildInputs = [
just