Skip to content

Commit d9f48b9

Browse files
committed
nix: fix --store completion
1 parent c361121 commit d9f48b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ for option_description in $common_options_descriptions; do
5757
done
5858
done
5959

60+
# The --store option is undocumented for some reason
61+
common_options+=("--store[Select a nix store]:Store:->STORE-URI")
62+
6063
local -a main_commands
6164
# Extract the commands with descriptions
6265
# like ('command:some description' 'run:run some stuff'):

0 commit comments

Comments
 (0)