clan-cli: don't list non-Clan NixOS configurations
This commit is contained in:
@@ -195,7 +195,7 @@ python3.pkgs.buildPythonApplication {
|
||||
installShellCompletion --fish --name clan.fish \
|
||||
<(${argcomplete}/bin/register-python-argcomplete --shell fish clan)
|
||||
installShellCompletion --zsh --name _clan \
|
||||
<(${argcomplete}/bin/register-python-argcomplete --shell bash clan)
|
||||
<(${argcomplete}/bin/register-python-argcomplete --shell zsh clan)
|
||||
'';
|
||||
|
||||
# Clean up after the package to avoid leaking python packages into a devshell
|
||||
|
||||
Reference in New Issue
Block a user