biome: added schema to build-result (#476453)

This commit is contained in:
isabel
2026-02-14 12:50:03 +00:00
committed by GitHub
+6
View File
@@ -51,6 +51,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
INSTA_UPDATE = "no";
};
postInstall = ''
# Installs biome schema aside with the package
install -Dm644 packages/@biomejs/biome/configuration_schema.json $out/share/schema.json
'';
preCheck = ''
# tests assume git repository
git init
@@ -69,6 +74,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
maintainers = with lib.maintainers; [
isabelroses
wrbbz
eveeifyeve # Schema
];
mainProgram = "biome";
};