mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01: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
|
else if (mode == "mount") then
|
||||||
disko.mountScript diskFormat pkgs
|
disko.mountScript diskFormat pkgs
|
||||||
else if (mode == "zap_create_mount") then
|
else if (mode == "zap_create_mount") then
|
||||||
disko.zapCreateMount diskFormat pkgs
|
disko.zapCreateMountScript diskFormat pkgs
|
||||||
else
|
else
|
||||||
builtins.abort "invalid mode"
|
builtins.abort "invalid mode"
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue