nix: allow ints in env

This commit is contained in:
Rory&
2025-12-26 14:19:46 +01:00
parent a191dac722
commit 92846d38cb
+1
View File
@@ -88,6 +88,7 @@ in
attrsOf (oneOf [
str
bool
int
]);
options = {
THREADS = lib.mkOption {