nixos/maintainers: in docs, ./option-usage.nix -> ./option-usages.nix (#271592)
This commit is contained in:
parent
61e2b86f51
commit
82ea33a081
1 changed files with 3 additions and 3 deletions
|
@ -9,17 +9,17 @@
|
||||||
|
|
||||||
# This file is made to be used as follow:
|
# This file is made to be used as follow:
|
||||||
#
|
#
|
||||||
# $ nix-instantiate ./option-usage.nix --argstr testOption service.xserver.enable -A txtContent --eval
|
# $ nix-instantiate ./option-usages.nix --argstr testOption service.xserver.enable -A txtContent --eval
|
||||||
#
|
#
|
||||||
# or
|
# or
|
||||||
#
|
#
|
||||||
# $ nix-build ./option-usage.nix --argstr testOption service.xserver.enable -A txt -o service.xserver.enable._txt
|
# $ nix-build ./option-usages.nix --argstr testOption service.xserver.enable -A txt -o service.xserver.enable._txt
|
||||||
#
|
#
|
||||||
# Other targets exists such as `dotContent`, `dot`, and `pdf`. If you are
|
# Other targets exists such as `dotContent`, `dot`, and `pdf`. If you are
|
||||||
# looking for the option usage of multiple options, you can provide a list
|
# looking for the option usage of multiple options, you can provide a list
|
||||||
# as argument.
|
# as argument.
|
||||||
#
|
#
|
||||||
# $ nix-build ./option-usage.nix --arg testOptions \
|
# $ nix-build ./option-usages.nix --arg testOptions \
|
||||||
# '["boot.loader.gummiboot.enable" "boot.loader.gummiboot.timeout"]' \
|
# '["boot.loader.gummiboot.enable" "boot.loader.gummiboot.timeout"]' \
|
||||||
# -A txt -o gummiboot.list
|
# -A txt -o gummiboot.list
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue