mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
docs: add nixos module discovery to the usage string
This commit is contained in:
parent
e7b26f6220
commit
fbb51cc6d3
1 changed files with 2 additions and 1 deletions
3
disko
3
disko
|
@ -15,7 +15,8 @@ showUsage() {
|
|||
Usage: $0 [options] disk-config.nix
|
||||
or $0 [options] --flake github:somebody/somewhere#disk-config
|
||||
|
||||
With flakes, disk-config is discovered under the .diskoConfigurations top level attribute.
|
||||
With flakes, disk-config is discovered first under the .diskoConfigurations top level attribute
|
||||
or else from the disko module of a NixOS configuration of that name under .nixosConfigurations.
|
||||
|
||||
Options:
|
||||
|
||||
|
|
Loading…
Reference in a new issue