Loading pkgs/development/tools/biome/default.nix→pkgs/by-name/bi/biome/package.nix +32 −25 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , pkg-config , libgit2 , rust-jemalloc-sys , zlib , stdenv , darwin , git { lib, rustPlatform, fetchFromGitHub, pkg-config, libgit2, rust-jemalloc-sys, zlib, stdenv, darwin, git, }: rustPlatform.buildRustPackage rec { pname = "biome"; version = "1.8.3"; version = "1.9.0"; src = fetchFromGitHub { owner = "biomejs"; repo = "biome"; rev = "cli/v${version}"; hash = "sha256-6/RYuaR4HBXLI7eKysyRcSOxONFlChpQuhzWHAlx2CM="; hash = "sha256-AVw7yhC/f5JkFw2sQZ5YgzeXXjoJ8BfGgsS5sRVV/wE="; }; cargoHash = "sha256-ytGbiDamxkTCPjNTBMsW1YjK+qMZfktGG5mVUVdKV5I="; cargoHash = "sha256-Vz6GCDGdC2IUtBK5X/t/Q5LODFUSlUxPBTCIjgdw3XU="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ buildInputs = [ libgit2 rust-jemalloc-sys zlib ] ++ lib.optionals stdenv.isDarwin [ ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; Loading @@ -40,7 +42,9 @@ rustPlatform.buildRustPackage rec { ]; cargoBuildFlags = [ "-p=biome_cli" ]; cargoTestFlags = cargoBuildFlags ++ cargoTestFlags = cargoBuildFlags ++ # skip a broken test from v1.7.3 release # this will be removed on the next version [ "-- --skip=diagnostics::test::termination_diagnostic_size" ]; Loading @@ -58,12 +62,15 @@ rustPlatform.buildRustPackage rec { unset BIOME_VERSION ''; meta = with lib; { meta = { description = "Toolchain of the web"; homepage = "https://biomejs.dev/"; changelog = "https://github.com/biomejs/biome/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ figsoda isabelroses ]; mainProgram = "biome"; }; } pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -6692,8 +6692,6 @@ with pkgs; biodiff = callPackage ../development/tools/biodiff { }; biome = callPackage ../development/tools/biome { }; biosdevname = callPackage ../tools/networking/biosdevname { }; bluetooth_battery = python3Packages.callPackage ../applications/misc/bluetooth_battery { }; Loading
pkgs/development/tools/biome/default.nix→pkgs/by-name/bi/biome/package.nix +32 −25 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , pkg-config , libgit2 , rust-jemalloc-sys , zlib , stdenv , darwin , git { lib, rustPlatform, fetchFromGitHub, pkg-config, libgit2, rust-jemalloc-sys, zlib, stdenv, darwin, git, }: rustPlatform.buildRustPackage rec { pname = "biome"; version = "1.8.3"; version = "1.9.0"; src = fetchFromGitHub { owner = "biomejs"; repo = "biome"; rev = "cli/v${version}"; hash = "sha256-6/RYuaR4HBXLI7eKysyRcSOxONFlChpQuhzWHAlx2CM="; hash = "sha256-AVw7yhC/f5JkFw2sQZ5YgzeXXjoJ8BfGgsS5sRVV/wE="; }; cargoHash = "sha256-ytGbiDamxkTCPjNTBMsW1YjK+qMZfktGG5mVUVdKV5I="; cargoHash = "sha256-Vz6GCDGdC2IUtBK5X/t/Q5LODFUSlUxPBTCIjgdw3XU="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ buildInputs = [ libgit2 rust-jemalloc-sys zlib ] ++ lib.optionals stdenv.isDarwin [ ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; Loading @@ -40,7 +42,9 @@ rustPlatform.buildRustPackage rec { ]; cargoBuildFlags = [ "-p=biome_cli" ]; cargoTestFlags = cargoBuildFlags ++ cargoTestFlags = cargoBuildFlags ++ # skip a broken test from v1.7.3 release # this will be removed on the next version [ "-- --skip=diagnostics::test::termination_diagnostic_size" ]; Loading @@ -58,12 +62,15 @@ rustPlatform.buildRustPackage rec { unset BIOME_VERSION ''; meta = with lib; { meta = { description = "Toolchain of the web"; homepage = "https://biomejs.dev/"; changelog = "https://github.com/biomejs/biome/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ figsoda isabelroses ]; mainProgram = "biome"; }; }
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -6692,8 +6692,6 @@ with pkgs; biodiff = callPackage ../development/tools/biodiff { }; biome = callPackage ../development/tools/biome { }; biosdevname = callPackage ../tools/networking/biosdevname { }; bluetooth_battery = python3Packages.callPackage ../applications/misc/bluetooth_battery { };