Merge pull request 'CLI: Added example machine to machines list on shellHook' (#259) from Qubasa-Qubasa-main into main
All checks were successful
checks-impure / test (push) Successful in 6s
checks / test (push) Successful in 52s

This commit is contained in:
clan-bot 2023-09-07 11:51:55 +00:00
commit 8f467335d2
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
'';
}