diff --git a/nix/pkgs/baserow/backend/pynixify/overlay.nix b/nix/pkgs/baserow/backend/pynixify/overlay.nix index d313219979..bbe0fc9510 100644 --- a/nix/pkgs/baserow/backend/pynixify/overlay.nix +++ b/nix/pkgs/baserow/backend/pynixify/overlay.nix @@ -35,4 +35,8 @@ self: super: { doCheck = false; }; + eth-account = null; + eth-keyfile = null; + eth-keys = null; + }