aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-27 07:53:38 +0000
committerFuwn <[email protected]>2024-09-27 07:53:38 +0000
commita2b461f4ada0731c80f5797d368ca281b0b71ce5 (patch)
tree387eeafb3e90d5efea099317647be4f5067a03ec /flake.nix
parentfeat(rui): allow-unfree configuration option (diff)
downloadrui-a2b461f4ada0731c80f5797d368ca281b0b71ce5.tar.xz
rui-a2b461f4ada0731c80f5797d368ca281b0b71ce5.zip
feat(rui): extra-args configuration option
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ddf3288..e9b1e25 100644
--- a/flake.nix
+++ b/flake.nix
@@ -119,6 +119,11 @@
type = types.bool;
default = false;
};
+
+ extra-args = mkOption {
+ type = types.listOf types.str;
+ default = [ ];
+ };
};
};