statix: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage 2026-06-29 08:15:36 +00:00
commit f2f19ead84

View file

@ -9,6 +9,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "statix";
version = "0.5.8-unstable-2026-06-28";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "molybdenumsoftware";