mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
wrapper-manager/sandboxing/boxxy: remove escaping arguments
Similar reason to dd7856c46be1.
This commit is contained in:
parent
ea035976cc
commit
9aa8cd7680
@ -104,7 +104,7 @@ in
|
|||||||
then "${source}:${destination}:${mode}"
|
then "${source}:${destination}:${mode}"
|
||||||
else "${source}:${destination}";
|
else "${source}:${destination}";
|
||||||
in
|
in
|
||||||
"--rule ${lib.escapeShellArg ruleArg}")
|
"--rule ${ruleArg}")
|
||||||
submoduleCfg.rules);
|
submoduleCfg.rules);
|
||||||
|
|
||||||
arg0 = lib.getExe submoduleCfg.package;
|
arg0 = lib.getExe submoduleCfg.package;
|
||||||
|
Loading…
Reference in New Issue
Block a user