aboutsummaryrefslogtreecommitdiff
path: root/nix/flake
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-04-29 15:04:24 -0700
committerFranck Cuny <fcuny@roblox.com>2024-04-29 15:04:24 -0700
commitfb90e7296f00cd6a56ea77b5de81448135b71f63 (patch)
treeb1eb198e8b3e135c98faec4aaca4053c9cbb1683 /nix/flake
parentignore all of github.rbx.com (diff)
downloadinfra-fb90e7296f00cd6a56ea77b5de81448135b71f63.tar.gz
add `robloxenv` to manage hashi credentials
I never know how to get the credentials for some hashi components. This script helps with getting the credentials I need at the edge.
Diffstat (limited to 'nix/flake')
-rw-r--r--nix/flake/packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/flake/packages.nix b/nix/flake/packages.nix
index dddf4b5..4038107 100644
--- a/nix/flake/packages.nix
+++ b/nix/flake/packages.nix
@@ -11,11 +11,12 @@
};
packages = {
- seqstat = pkgs.callPackage "${self}/packages/seqstat" { };
git-blame-stats = pkgs.callPackage "${self}/packages/git-blame-stats" { };
git-broom = pkgs.callPackage "${self}/packages/git-broom" { };
ipconverter = pkgs.callPackage "${self}/packages/ipconverter" { };
pizza = pkgs.callPackage "${self}/packages/pizza" { };
+ robloxenv = pkgs.callPackage "${self}/packages/robloxenv" { };
+ seqstat = pkgs.callPackage "${self}/packages/seqstat" { };
slocalc = pkgs.callPackage "${self}/packages/slocalc" { };
};
};