Loading pkgs/by-name/ox/oxlint/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ rustPlatform, fetchFromGitHub, rust-jemalloc-sys, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -30,6 +31,10 @@ rustPlatform.buildRustPackage (finalAttrs: { ]; cargoTestFlags = finalAttrs.cargoBuildFlags; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; doInstallCheck = true; meta = { description = "Collection of JavaScript tools written in Rust"; homepage = "https://github.com/oxc-project/oxc"; Loading Loading
pkgs/by-name/ox/oxlint/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ rustPlatform, fetchFromGitHub, rust-jemalloc-sys, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -30,6 +31,10 @@ rustPlatform.buildRustPackage (finalAttrs: { ]; cargoTestFlags = finalAttrs.cargoBuildFlags; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; doInstallCheck = true; meta = { description = "Collection of JavaScript tools written in Rust"; homepage = "https://github.com/oxc-project/oxc"; Loading