Add ttp triton profile helper function to category overview

This commit is contained in:
jhonas 2022-02-22 15:08:29 +01:00
parent 1879ab0ccd
commit 4160fb8863
Signed by: teutat3s
GPG key ID: 924889A86D0B0FEB

View file

@ -43,6 +43,12 @@ pkgs.devshell.mkShell {
name = "manta"; name = "manta";
help = "Manta CLIs (https://apidocs.joyent.com/manta/index.html#cli)"; 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 = [ devshell.packages = [