aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-10-05 22:35:26 +0000
committerKatharina Fey <kookie@spacekookie.de>2019-10-05 22:35:26 +0000
commita079137d7307f5dba04778c379b0fcebd599d570 (patch)
treed8f4736bd6e9c5130b26d76aad126c0762e01364
parent7495eba553da587a4a70b669944f1f579686800d (diff)
overlays: ignoring neomutt package
-rw-r--r--overlays/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index c3dfd293116..7211edb5150 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -27,5 +27,5 @@ with super; {
htop = callPackage ./patches/htop { };
- neomutt = callPackages ./patches/neomutt { };
+ # neomutt = callPackages ./patches/neomutt { };
}