commit b810ae3b7b9b46e6e5ee3fc9a9d6239b03aba721 parent fa011019579f2e7873048a74c4b41dfdf213f202 Author: William Casarin <jb55@jb55.com> Date: Sat, 19 Sep 2020 05:16:19 -0700 nix: disable msmtp patch for now Diffstat:
M | nix-config/nixpkgs/config.nix | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/nix-config/nixpkgs/config.nix b/nix-config/nixpkgs/config.nix @@ -26,9 +26,9 @@ in { }; - msmtp = pkgs.lib.overrideDerivation super.msmtp (attrs: { - patches = [ /home/jb55/dev/msmtp-1.8.3/msmtpq-custom-conn-test.patch ]; - }); + #msmtp = pkgs.lib.overrideDerivation super.msmtp (attrs: { + # patches = [ /home/jb55/dev/msmtp-1.8.3/msmtpq-custom-conn-test.patch ]; + #}); weechat = super.weechat.override {configure = {availablePlugins, ...}: { scripts = with super.weechatScripts; [ wee-slack ];