electrs: formatting

This commit is contained in:
Erik Arvstedt
2020-03-04 18:09:48 +01:00
parent cce9932b62
commit 148327326b
-1
View File
@@ -1,7 +1,6 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.services.electrs;
inherit (config) nix-bitcoin-services;