kconfig: fix missing quoting
This commit is contained in:
parent
2ad154bd1b
commit
e2e7ea9b8f
|
@ -47,7 +47,7 @@ in {
|
||||||
else if t == "bool" then
|
else if t == "bool" then
|
||||||
"--type bool ${builtins.toJSON v}"
|
"--type bool ${builtins.toJSON v}"
|
||||||
else
|
else
|
||||||
toString v;
|
lib.escapeShellArg (toString v);
|
||||||
toLine = file: path: value:
|
toLine = file: path: value:
|
||||||
if builtins.isAttrs value then
|
if builtins.isAttrs value then
|
||||||
lib.mapAttrsToList
|
lib.mapAttrsToList
|
||||||
|
|
Loading…
Reference in a new issue