electrs: formatting

This commit is contained in:
Erik Arvstedt 2020-03-04 18:08:47 +01:00
parent cce9932b62
commit 148327326b
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -1,7 +1,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
with lib; with lib;
let let
cfg = config.services.electrs; cfg = config.services.electrs;
inherit (config) nix-bitcoin-services; inherit (config) nix-bitcoin-services;