Loading pkgs/by-name/ta/taplo/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ openssl, withLsp ? true, installShellFiles, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -45,6 +46,10 @@ rustPlatform.buildRustPackage (finalAttrs: { --zsh <($out/bin/taplo completions zsh) ''; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; doInstallCheck = true; meta = { description = "TOML toolkit written in Rust"; homepage = "https://taplo.tamasfe.dev"; Loading Loading
pkgs/by-name/ta/taplo/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ openssl, withLsp ? true, installShellFiles, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -45,6 +46,10 @@ rustPlatform.buildRustPackage (finalAttrs: { --zsh <($out/bin/taplo completions zsh) ''; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; doInstallCheck = true; meta = { description = "TOML toolkit written in Rust"; homepage = "https://taplo.tamasfe.dev"; Loading