mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
wrapper-manager-fds/modules: disable read-only for makeWrapperArgs
per-wrapper
This should make it usable for third-party module authors (which is also me considering I make custom modules for myself).
This commit is contained in:
parent
7a049da310
commit
26fc802dc7
@ -109,7 +109,6 @@ let
|
||||
A list of extra arguments to be passed as part of makeWrapper.
|
||||
'';
|
||||
example = [ "--inherit-argv0" ];
|
||||
readOnly = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user