nixos/{namecoind,bitcoind}: removing the altcoin prefix

This commit is contained in:
Marek Mahut
2019-08-31 10:15:03 +02:00
parent d20d6034bd
commit 74d7ce4248
2 changed files with 3 additions and 3 deletions
@@ -59,8 +59,8 @@ in {
package = mkOption {
type = types.package;
default = pkgs.altcoins.bitcoind;
defaultText = "pkgs.altcoins.bitcoind";
default = pkgs.bitcoind;
defaultText = "pkgs.bitcoind";
description = "The package providing bitcoin binaries.";
};
configFile = mkOption {