kubeswitch: add module
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr> Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
92db5be8e1
commit
af8a884164
10 changed files with 220 additions and 0 deletions
7
tests/modules/programs/kubeswitch/default.nix
Normal file
7
tests/modules/programs/kubeswitch/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
kubeswitch-bash = ./bash.nix;
|
||||
kubeswitch-empty-settings = ./empty-settings.nix;
|
||||
kubeswitch-example-settings = ./example-settings.nix;
|
||||
kubeswitch-fish = ./fish.nix;
|
||||
kubeswitch-zsh = ./zsh.nix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue