cli: fix zap_create_mount mode

This commit is contained in:
lassulus 2023-02-02 12:44:38 +01:00
parent 06a2cc336b
commit e88e00752d

View file

@ -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"
;