tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/cpuminer-cryptonight: use more accurate int types
h7x4
6 months ago
adccbd94
01629807
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
misc
cpuminer-cryptonight.nix
+1
-1
nixos/modules/services/misc/cpuminer-cryptonight.nix
reviewed
···
43
43
description = "Password for mining server";
44
44
};
45
45
threads = lib.mkOption {
46
46
-
type = lib.types.int;
46
46
+
type = lib.types.ints.unsigned;
47
47
default = 0;
48
48
description = "Number of miner threads, defaults to available processors";
49
49
};