Skip to content

Commit

Permalink
Fix case of -P flag in nix-env --query
Browse files Browse the repository at this point in the history
  • Loading branch information
spwhitt committed Feb 22, 2021
1 parent d214e32 commit 6368312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _nix-env
Expand Up @@ -95,7 +95,7 @@ case "$opt" in
'(--available -a)'{--available,-a}'[display all installable derivations]'
$_nix_env_b
'(--status -s)'{--status,-s}'[print status of derivation]'
'(--attr-path -p)'{--attr-path,-p}'[print attribute path of derivations]'
'(--attr-path -P)'{--attr-path,-P}'[print attribute path of derivations]'
'--no-name[suppress printing of name attribute]'
'(--compare-versions -c)'{--compare-versions,-c}'[compare installed and available version]'
'--system[print system attribute]'
Expand Down

0 comments on commit 6368312

Please sign in to comment.