diff options
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 = [ ]; + }; }; }; |