Add ttp triton profile helper function to category overview
This commit is contained in:
parent
1879ab0ccd
commit
4160fb8863
1 changed files with 6 additions and 0 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue