ndstrim-rs: enable __structuredAttrs

This commit is contained in:
Thiago Kenji Okada
2026-07-11 17:41:45 +01:00
parent 467d388060
commit e55d02dc2d

View File

@@ -8,6 +8,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "ndstrim-rs";
version = "0.2.1";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "Nemris";
repo = "ndstrim-rs";