diff options
| author | Fuwn <[email protected]> | 2024-09-27 07:53:38 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-27 07:53:38 +0000 |
| commit | a2b461f4ada0731c80f5797d368ca281b0b71ce5 (patch) | |
| tree | 387eeafb3e90d5efea099317647be4f5067a03ec /flake.nix | |
| parent | feat(rui): allow-unfree configuration option (diff) | |
| download | rui-a2b461f4ada0731c80f5797d368ca281b0b71ce5.tar.xz rui-a2b461f4ada0731c80f5797d368ca281b0b71ce5.zip | |
feat(rui): extra-args configuration option
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -119,6 +119,11 @@ type = types.bool; default = false; }; + + extra-args = mkOption { + type = types.listOf types.str; + default = [ ]; + }; }; }; |