Loading pkgs/by-name/k2/k2tf/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ lib, buildGoModule, fetchFromGitHub, versionCheckHook, nix-update-script, }: buildGoModule (finalAttrs: { Loading @@ -27,6 +29,11 @@ buildGoModule (finalAttrs: { "-X main.commit=v${finalAttrs.version}" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; passthru.updateScript = nix-update-script { extraArgs = [ "--use-github-releases" ]; }; meta = { description = "Kubernetes YAML to Terraform HCL converter"; mainProgram = "k2tf"; Loading Loading
pkgs/by-name/k2/k2tf/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ lib, buildGoModule, fetchFromGitHub, versionCheckHook, nix-update-script, }: buildGoModule (finalAttrs: { Loading @@ -27,6 +29,11 @@ buildGoModule (finalAttrs: { "-X main.commit=v${finalAttrs.version}" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; passthru.updateScript = nix-update-script { extraArgs = [ "--use-github-releases" ]; }; meta = { description = "Kubernetes YAML to Terraform HCL converter"; mainProgram = "k2tf"; Loading