mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 03:45:33 +00:00
nix: allow ints in env
This commit is contained in:
@@ -88,6 +88,7 @@ in
|
||||
attrsOf (oneOf [
|
||||
str
|
||||
bool
|
||||
int
|
||||
]);
|
||||
options = {
|
||||
THREADS = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user