mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-14 00:43:48 +01:00
disko cli: add --no-deps mode
This commit is contained in:
parent
0f21bc31fe
commit
25cc022282
3 changed files with 38 additions and 8 deletions
3
disko
3
disko
|
|
@ -72,6 +72,9 @@ while [[ $# -gt 0 ]]; do
|
|||
--dry-run)
|
||||
dry_run=y
|
||||
;;
|
||||
--no-deps)
|
||||
nix_args+=(--arg noDeps true)
|
||||
;;
|
||||
--show-trace)
|
||||
nix_args+=("$1")
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue