Fix missing curly brace

This commit is contained in:
Josh Buker 2026-01-28 22:57:11 -08:00
parent 8c162f25a7
commit a92d980a18
No known key found for this signature in database
GPG key ID: E077B96C5EFF10F2

View file

@ -69,7 +69,7 @@ in
(lib.mkIf (config.boot.loader.petitboot.enable && options ? sdImage) {
sdImage.populateRootCommands = lib.mkForce ''
${sdImageInstaller} ${args} -c ${config.system.build.toplevel} -d ./files/kboot.conf
''
'';
})
];
}