From fb90e7296f00cd6a56ea77b5de81448135b71f63 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 Apr 2024 15:04:24 -0700 Subject: 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. --- nix/flake/packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nix/flake') 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" { }; }; }; -- cgit 1.4.1