Loading pkgs/by-name/ta/taplo/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ withLsp ? true, installShellFiles, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -50,6 +51,8 @@ rustPlatform.buildRustPackage (finalAttrs: { versionCheckProgramArg = "--version"; doInstallCheck = true; passthru.updateScript = nix-update-script { }; meta = { description = "TOML toolkit written in Rust"; homepage = "https://taplo.tamasfe.dev"; Loading Loading
pkgs/by-name/ta/taplo/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ withLsp ? true, installShellFiles, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -50,6 +51,8 @@ rustPlatform.buildRustPackage (finalAttrs: { versionCheckProgramArg = "--version"; doInstallCheck = true; passthru.updateScript = nix-update-script { }; meta = { description = "TOML toolkit written in Rust"; homepage = "https://taplo.tamasfe.dev"; Loading