You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
,size ? throw"Specify a size for volume ${image} or use autoCreate = false"
36
-
,mkfsExtraArgs
37
-
,fsType ? defaultFsType
38
-
,autoCreate ? true
39
-
, ...
40
-
}: pkgs.lib.warnIf
41
-
(label!=null&&!autoCreate)"Volume is not automatically labeled unless autoCreate is true. Volume has to be labeled manually, otherwise it will not be identified"
,size ? throw"Specify a size for volume ${image} or use autoCreate = false"
41
+
,mkfsExtraArgs
42
+
,fsType ? defaultFsType
43
+
,autoCreate ? true
44
+
, ...
45
+
}: pkgs.lib.warnIf
46
+
(label!=null&&!autoCreate)"Volume is not automatically labeled unless autoCreate is true. Volume has to be labeled manually, otherwise it will not be identified"
0 commit comments