Loading pkgs/by-name/ls/lstk/package.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { fetchFromGitHub, buildGoModule, lib, nix-update-script, }: buildGoModule (finalAttrs: { pname = "lstk"; version = "0.5.7"; __structuredAttrs = true; src = fetchFromGitHub { owner = "localstack"; repo = "lstk"; tag = "v${finalAttrs.version}"; sha256 = "sha256-HWkCDnbg/D2zX3rdvmFTdKrx03SO6FaiA/Pzj0f4hlA="; }; vendorHash = "sha256-rEcVtSFnBQ+3bbU5pjbCXEJZo89+lL/1HJG9bCn8OSE="; excludedPackages = "test/integration"; __darwinAllowLocalNetworking = true; passthru.updateScript = nix-update-script { }; meta = { description = "Command line interface for LocalStack"; mainProgram = "lstk"; homepage = "https://github.com/localstack/lstk"; changelog = "https://github.com/localstack/lstk/releases/tag/v${finalAttrs.version}"; longDescription = '' lstk is a command-line interface for LocalStack built in Go with a modern terminal Ul, and native CLI experience for managing and interacting with LocalStack deployments. ''; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ purcell ]; platforms = lib.platforms.unix; }; }) Loading
pkgs/by-name/ls/lstk/package.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { fetchFromGitHub, buildGoModule, lib, nix-update-script, }: buildGoModule (finalAttrs: { pname = "lstk"; version = "0.5.7"; __structuredAttrs = true; src = fetchFromGitHub { owner = "localstack"; repo = "lstk"; tag = "v${finalAttrs.version}"; sha256 = "sha256-HWkCDnbg/D2zX3rdvmFTdKrx03SO6FaiA/Pzj0f4hlA="; }; vendorHash = "sha256-rEcVtSFnBQ+3bbU5pjbCXEJZo89+lL/1HJG9bCn8OSE="; excludedPackages = "test/integration"; __darwinAllowLocalNetworking = true; passthru.updateScript = nix-update-script { }; meta = { description = "Command line interface for LocalStack"; mainProgram = "lstk"; homepage = "https://github.com/localstack/lstk"; changelog = "https://github.com/localstack/lstk/releases/tag/v${finalAttrs.version}"; longDescription = '' lstk is a command-line interface for LocalStack built in Go with a modern terminal Ul, and native CLI experience for managing and interacting with LocalStack deployments. ''; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ purcell ]; platforms = lib.platforms.unix; }; })