about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/tgswitch
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-09-13treewide: vendorSha256 → vendorHashFabián Heredia Montiel1-1/+1
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2022-07-07tgswitch: 0.5.389 -> 0.6.0 (#179718)Andriy Mykhaylyk1-5/+5
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-06tgswitch: use buildGoModuleAaron Jheng1-3/+11
2022-03-13tgswitch: 0.5.382 -> 0.5.389R. Ryantm1-2/+2
2022-02-13tgswitch: 0.5.378 -> 0.5.382R. Ryantm1-2/+2
2021-11-18tgswitch: init at 0.5.378Sibi Prabakaran1-0/+21
Add tgswitch which allows to easily manage different terragrunt versions for different projects. Tested it locally on a NixOS machine: ``` ❯ tgswitch --help Usage: tgswitch [-hv] [-b value] [parameters ...] -b, --bin=value Custom binary path. For example: /Users/username/bin/terragrunt -h, --help displays help message -v, --version displays the version of tgswitch Supply the terragrunt version as an argument, or choose from a menu ```