mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
try an anonymous function for namespacing...
...no local yet
This commit is contained in:
parent
ad6ab7df50
commit
21e31af678
@ -159,12 +159,12 @@ rec {
|
||||
test = lib.optionalString (config ? name) "${config.${name}}";
|
||||
in
|
||||
''
|
||||
( # ${config.type} ${concatMapStringsSep " " (n: toString (config.${n} or "")) ["name" "device" "format" "mountpoint"]}
|
||||
function { # ${config.type} ${concatMapStringsSep " " (n: toString (config.${n} or "")) ["name" "device" "format" "mountpoint"]}
|
||||
${diskoLib.defineHookVariables { inherit config options; }}
|
||||
${config.preCreateHook}
|
||||
${attrs.default args}
|
||||
${config.postCreateHook}
|
||||
)
|
||||
}
|
||||
'';
|
||||
description = "Creation script";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user