Added example machine to machines list
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
|||||||
result*
|
result*
|
||||||
pkgs/clan-cli/clan_cli/nixpkgs
|
pkgs/clan-cli/clan_cli/nixpkgs
|
||||||
pkgs/clan-cli/clan_cli/webui/assets
|
pkgs/clan-cli/clan_cli/webui/assets
|
||||||
|
machines
|
||||||
|
|
||||||
# python
|
# python
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|||||||
@@ -41,5 +41,7 @@ mkShell {
|
|||||||
$tmp_path/share/zsh/site-functions
|
$tmp_path/share/zsh/site-functions
|
||||||
register-python-argcomplete --shell fish clan > $tmp_path/share/fish/vendor_completions.d/clan.fish
|
register-python-argcomplete --shell fish clan > $tmp_path/share/fish/vendor_completions.d/clan.fish
|
||||||
register-python-argcomplete --shell bash clan > $tmp_path/share/bash-completion/completions/clan
|
register-python-argcomplete --shell bash clan > $tmp_path/share/bash-completion/completions/clan
|
||||||
|
|
||||||
|
${clan-cli}/bin/clan machines create example
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user