mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
lib toplevel._scripts: set mountScriptNoDeps in correct namespace
This commit is contained in:
parent
260c0023db
commit
97b09a791f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue