mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
biome: expose json schema over passthru.jsonschema
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user