mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
kconfig: fix missing quoting
This commit is contained in:
@@ -47,7 +47,7 @@ in {
|
||||
else if t == "bool" then
|
||||
"--type bool ${builtins.toJSON v}"
|
||||
else
|
||||
toString v;
|
||||
lib.escapeShellArg (toString v);
|
||||
toLine = file: path: value:
|
||||
if builtins.isAttrs value then
|
||||
lib.mapAttrsToList
|
||||
|
||||
Reference in New Issue
Block a user