remove nix-bitcoin.pkgs.lib

Type ipv4Address is not needed anymore because all services have
separate 'port' and 'address' options.
This commit is contained in:
Erik Arvstedt
2021-01-14 13:25:05 +01:00
parent 09e0042aa8
commit 55073eee70
2 changed files with 0 additions and 7 deletions
-2
View File
@@ -20,7 +20,5 @@ let self = {
pinned = import ./pinned.nix;
lib = import ./lib.nix { inherit (pkgs) lib; };
modulesPkgs = self // self.pinned;
}; in self