mirror of
https://github.com/nix-community/disko
synced 2024-11-12 23:27:07 +00:00
docs: document no-deps and what it's good for
This commit is contained in:
parent
dc47122688
commit
6674809437
1 changed files with 5 additions and 0 deletions
5
disko
5
disko
|
@ -35,6 +35,11 @@ Options:
|
||||||
where to mount the device tree (default: /mnt)
|
where to mount the device tree (default: /mnt)
|
||||||
* --dry-run
|
* --dry-run
|
||||||
just show the path to the script instead of running it
|
just show the path to the script instead of running it
|
||||||
|
* --no-deps
|
||||||
|
avoid adding another dependency closure to an in-memory installer
|
||||||
|
recommended when using flake attributes variant where the flake's
|
||||||
|
nixpkgs and the nixpkgs version of the in-memory installer may diverge
|
||||||
|
requires all necessary dependencies to be available in the environment
|
||||||
* --debug
|
* --debug
|
||||||
run with set -x
|
run with set -x
|
||||||
USAGE
|
USAGE
|
||||||
|
|
Loading…
Reference in a new issue