Update nixpkgs

This commit is contained in:
Jonas Nick 2019-10-02 09:32:12 +00:00
parent 491dcf9568
commit c1d67c4cee
No known key found for this signature in database
GPG key ID: 4861DBF262123605
6 changed files with 9 additions and 9 deletions

View file

@ -73,7 +73,7 @@ in {
systemd.services.clightning = {
description = "Run clightningd";
path = [ pkgs.altcoins.bitcoind ];
path = [ pkgs.blockchains.bitcoind ];
wantedBy = [ "multi-user.target" ];
requires = [ "bitcoind.service" ];
after = [ "bitcoind.service" ];