summaryrefslogtreecommitdiffstats
path: root/disko
diff options
context:
space:
mode:
Diffstat (limited to 'disko')
-rwxr-xr-xdisko3
1 files changed, 3 insertions, 0 deletions
diff --git a/disko b/disko
index a48907f..7e4f0bf 100755
--- a/disko
+++ b/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")
;;