forked from cerc-io/laconicd-deprecated
update fork
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ pkgs ? import ../../../nix { } }:
|
||||
let ethermintd = (pkgs.callPackage ../../../. { });
|
||||
in
|
||||
ethermintd.overrideAttrs (oldAttrs: {
|
||||
patches = oldAttrs.patches or [ ] ++ [
|
||||
./broken-ethermintd.patch
|
||||
];
|
||||
})
|
||||
Reference in New Issue
Block a user