From 4160fb8863c4e1d27ad149d4b9be3ab9d5582bf4 Mon Sep 17 00:00:00 2001 From: jhonas Date: Tue, 22 Feb 2022 15:08:29 +0100 Subject: [PATCH] Add ttp triton profile helper function to category overview --- template/tritonshell.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/template/tritonshell.nix b/template/tritonshell.nix index 7cb0437..f632478 100644 --- a/template/tritonshell.nix +++ b/template/tritonshell.nix @@ -43,6 +43,12 @@ pkgs.devshell.mkShell { name = "manta"; help = "Manta CLIs (https://apidocs.joyent.com/manta/index.html#cli)"; } + { + package = self.packages.${system}.triton-utils; + category = "triton & manta tools"; + name = "ttp"; + help = "Quickly switch triton profiles (shell function)"; + } ]; devshell.packages = [