Add ttp triton profile helper function to category overview
This commit is contained in:
parent
1879ab0ccd
commit
4160fb8863
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue