Fix missing curly brace
This commit is contained in:
parent
8c162f25a7
commit
a92d980a18
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ in
|
||||||
(lib.mkIf (config.boot.loader.petitboot.enable && options ? sdImage) {
|
(lib.mkIf (config.boot.loader.petitboot.enable && options ? sdImage) {
|
||||||
sdImage.populateRootCommands = lib.mkForce ''
|
sdImage.populateRootCommands = lib.mkForce ''
|
||||||
${sdImageInstaller} ${args} -c ${config.system.build.toplevel} -d ./files/kboot.conf
|
${sdImageInstaller} ${args} -c ${config.system.build.toplevel} -d ./files/kboot.conf
|
||||||
''
|
'';
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue