lib toplevel._scripts: set mountScriptNoDeps in correct namespace

This commit is contained in:
lassulus 2023-07-20 18:05:23 +02:00
parent 260c0023db
commit 97b09a791f

View File

@ -407,7 +407,7 @@ let
${cfg.config._create}
'';
system.build.mountScriptNoDeps = (diskoLib.writeCheckedBash { inherit pkgs checked; noDeps = true; }) "disko-mount" ''
mountScriptNoDeps = (diskoLib.writeCheckedBash { inherit pkgs checked; noDeps = true; }) "disko-mount" ''
${cfg.config._mount}
'';