Commit Graph

7 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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.
2024-03-19 03:14:51 +01:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Andriy Mykhaylyk
0874b00cd8
tgswitch: 0.5.389 -> 0.6.0 (#179718)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-07 17:17:09 +02:00
Aaron Jheng
2c01c6b3a9
tgswitch: use buildGoModule 2022-06-06 13:36:53 +00:00
R. Ryantm
55b4ea6e5b tgswitch: 0.5.382 -> 0.5.389 2022-03-13 00:17:15 +00:00
R. Ryantm
b8f3b93076 tgswitch: 0.5.378 -> 0.5.382 2022-02-13 10:04:29 +00:00
Sibi Prabakaran
a6abef6ed2
tgswitch: init at 0.5.378
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
```
2021-11-18 22:29:14 +05:30