mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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}"
|
||||
else "${source}:${destination}";
|
||||
in
|
||||
"--rule ${lib.escapeShellArg ruleArg}")
|
||||
"--rule ${ruleArg}")
|
||||
submoduleCfg.rules);
|
||||
|
||||
arg0 = lib.getExe submoduleCfg.package;
|
||||
|
Loading…
Reference in New Issue
Block a user