Merge pull request #180 from maxbrunet/fix/cli/root-mountpoint-str

This commit is contained in:
Lassulus 2023-03-18 08:18:23 +07:00 committed by GitHub
commit 93672b9b1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
disko
View file

@ -72,7 +72,7 @@ while [[ $# -gt 0 ]]; do
dry_run=y
;;
--root-mountpoint)
nix_args+=(--arg rootMountPoint "$2")
nix_args+=(--argstr rootMountPoint "$2")
shift
;;
--no-deps)