lol

nixos/cpuminer-cryptonight: use more accurate int types

h7x4 adccbd94 01629807

+1 -1
+1 -1
nixos/modules/services/misc/cpuminer-cryptonight.nix
··· 43 43 description = "Password for mining server"; 44 44 }; 45 45 threads = lib.mkOption { 46 - type = lib.types.int; 46 + type = lib.types.ints.unsigned; 47 47 default = 0; 48 48 description = "Number of miner threads, defaults to available processors"; 49 49 };