Skip to content

Commit

Permalink
fix: closes #187
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoborrero committed Mar 28, 2023
1 parent 2d132fc commit dd8219b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/erigon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
inherit (lib) zipAttrsWith filterAttrsRecursive optionalAttrs filterAttrs mapAttrs mapAttrs' mapAttrsToList;
inherit (lib) optionalString literalExpression mkEnableOption mkIf mkMerge mkBefore mkOption types concatStringsSep;

modulesLib = import ../../lib.nix {inherit lib pkgs;};
modulesLib = import ../lib.nix {inherit lib pkgs;};
inherit (modulesLib) baseServiceConfig mkArgs scripts;

eachErigon = config.services.ethereum.erigon;
Expand Down

0 comments on commit dd8219b

Please sign in to comment.