Added example machine to machines list
All checks were successful
checks-impure / test (pull_request) Successful in 6s
checks / test (pull_request) Successful in 53s

This commit is contained in:
Luis Hebendanz 2023-09-07 13:42:48 +02:00
parent 29d8a126a8
commit 58bb1b9914
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
result*
pkgs/clan-cli/clan_cli/nixpkgs
pkgs/clan-cli/clan_cli/webui/assets
machines
# python
__pycache__

View File

@ -41,5 +41,7 @@ mkShell {
$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 bash clan > $tmp_path/share/bash-completion/completions/clan
${clan-cli}/bin/clan machines create example
'';
}