Update nixpkgs

This commit is contained in:
Jonas Nick
2019-10-07 11:53:05 +00:00
parent 491dcf9568
commit c1d67c4cee
6 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -65,8 +65,8 @@ in {
package = mkOption {
type = types.package;
default = pkgs.altcoins.bitcoind;
defaultText = "pkgs.altcoins.bitcoind";
default = pkgs.blockchains.bitcoind;
defaultText = "pkgs.blockchains.bitcoind";
description = "The package providing bitcoin binaries.";
};
extraConfig = mkOption {
@@ -282,7 +282,7 @@ in {
Type = "simple";
User = "${cfg.user}";
Group = "${cfg.group}";
ExecStart = "${pkgs.bash}/bin/bash ${pkgs.banlist}/bin/banlist ${pkgs.altcoins.bitcoind}";
ExecStart = "${pkgs.bash}/bin/bash ${pkgs.banlist}/bin/banlist ${pkgs.blockchains.bitcoind}";
StateDirectory = "bitcoind";
# Permission for preStart