mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
cli: fix zap_create_mount mode
This commit is contained in:
parent
06a2cc336b
commit
e88e00752d
1 changed files with 1 additions and 1 deletions
2
cli.nix
2
cli.nix
|
@ -32,7 +32,7 @@ let
|
|||
else if (mode == "mount") then
|
||||
disko.mountScript diskFormat pkgs
|
||||
else if (mode == "zap_create_mount") then
|
||||
disko.zapCreateMount diskFormat pkgs
|
||||
disko.zapCreateMountScript diskFormat pkgs
|
||||
else
|
||||
builtins.abort "invalid mode"
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue