diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-04-15 08:45:43 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-04-15 08:46:18 -0700 |
commit | 0680af84f56de848a53a0e7dc6358725d09a3ea4 (patch) | |
tree | c8da172a098c8674b48bf4be96df1f75dd712993 /nix/hosts | |
parent | add and remove some packages (diff) | |
download | world-0680af84f56de848a53a0e7dc6358725d09a3ea4.tar.gz |
install nomad pack
Diffstat (limited to 'nix/hosts')
-rw-r--r-- | nix/hosts/common/homebrew.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hosts/common/homebrew.nix b/nix/hosts/common/homebrew.nix index e0e8354..8e1a599 100644 --- a/nix/hosts/common/homebrew.nix +++ b/nix/hosts/common/homebrew.nix @@ -11,6 +11,7 @@ brews = [ "go" # it's also installed by nix, but this is a fallback, just in case "hashicorp/tap/boundary" # https://www.boundaryproject.io/ + "hashicorp/tap/nomad-pack" "kind" # to run local k8s cluster "kubebuilder" "s3cmd" |