lol

Update nixos/modules/services/misc/cgminer.nix

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>

authored by

Felix Bühler
Robert Hensing
and committed by
GitHub
7cc9ced7 f3719756

+1 -1
+1 -1
nixos/modules/services/misc/cgminer.nix
··· 11 11 mapAttrsToList (n: v: ''"${n}": "${(concatStringsSep "," (map convType v))}"'') 12 12 (foldAttrs (n: a: [n] ++ a) [] cfg.hardware); 13 13 mergedConfig = with builtins; 14 - mapAttrsToList (n: v: ''"${n}": ${if isBool v then (convType v) else ''"${convType v}"''}'') 14 + mapAttrsToList (n: v: ''"${n}": ${if isBool v then convType v else ''"${convType v}"''}'') 15 15 cfg.config; 16 16 17 17 cgminerConfig = pkgs.writeText "cgminer.conf" ''