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:
Gabriel Arazas 2024-07-11 17:30:01 +08:00
parent 7a049da310
commit 26fc802dc7
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -109,7 +109,6 @@ let
A list of extra arguments to be passed as part of makeWrapper.
'';
example = [ "--inherit-argv0" ];
readOnly = true;
};
};