mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-02-07 12:19:21 +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
2c8f99cae2
commit
fa0402272f
@ -109,7 +109,6 @@ let
|
|||||||
A list of extra arguments to be passed as part of makeWrapper.
|
A list of extra arguments to be passed as part of makeWrapper.
|
||||||
'';
|
'';
|
||||||
example = [ "--inherit-argv0" ];
|
example = [ "--inherit-argv0" ];
|
||||||
readOnly = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user