Merge pull request #146501 from psibi/tgswitch
This commit is contained in:
commit
a09bdaae49
21
pkgs/applications/networking/cluster/tgswitch/default.nix
Normal file
21
pkgs/applications/networking/cluster/tgswitch/default.nix
Normal file
@ -0,0 +1,21 @@
|
||||
{ buildGoPackage, lib, fetchFromGitHub }:
|
||||
buildGoPackage rec {
|
||||
pname = "tgswitch";
|
||||
version = "0.5.378";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "warrensbox";
|
||||
repo = "tgswitch";
|
||||
rev = version;
|
||||
sha256 = "0q2aqh75acbpkmvkws0rl3d5dzq3sisy637c0x6cnc88h34g3n3i";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/warrensbox/tgswitch";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A command line tool to switch between different versions of terragrunt";
|
||||
homepage = "https://github.com/warrensbox/tgswitch";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ psibi ];
|
||||
};
|
||||
}
|
@ -33049,6 +33049,8 @@ with pkgs;
|
||||
|
||||
tfswitch = callPackage ../applications/networking/cluster/tfswitch {};
|
||||
|
||||
tgswitch = callPackage ../applications/networking/cluster/tgswitch {};
|
||||
|
||||
tilt = callPackage ../applications/networking/cluster/tilt {};
|
||||
|
||||
timeular = callPackage ../applications/office/timeular {};
|
||||
|
Loading…
Reference in New Issue
Block a user