biome: expose json schema over passthru.jsonschema

This commit is contained in:
Thierry Delafontaine
2026-08-04 19:47:39 +02:00
parent 792c0803ca
commit e89588c383

View File

@@ -72,7 +72,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
unset BIOME_VERSION
'';
passthru.updateScript = nix-update-script { };
passthru = {
updateScript = nix-update-script { };
jsonschema = "${finalAttrs.finalPackage}/share/schema.json";
};
meta = {
description = "Toolchain of the web";