mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/cpuminer-cryptonight: use more accurate int types
This commit is contained in:
parent
016298079e
commit
adccbd9442
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ in
|
|||
description = "Password for mining server";
|
||||
};
|
||||
threads = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
type = lib.types.ints.unsigned;
|
||||
default = 0;
|
||||
description = "Number of miner threads, defaults to available processors";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue