mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
wrapper-manager/sandboxing: fix options for extraArgs
This commit is contained in:
parent
7524d87b49
commit
c73d27dba3
@ -22,7 +22,7 @@
|
||||
|
||||
wraparound = {
|
||||
arg0 = options.arg0;
|
||||
extraArgs = options.extraArgs;
|
||||
extraArgs = options.appendArgs;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user