biome: added schema to build-result (#476453)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user