kord: fix for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-08 13:02:25 +01:00
parent cadfcdc663
commit aa8eff67ee
+1 -1
View File
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
version = "0.6.1";
# kord depends on nightly features
RUSTC_BOOTSTRAP = 1;
env.RUSTC_BOOTSTRAP = 1;
src = fetchFromGitHub {
owner = "twitchax";