remove notmuch override

This commit is contained in:
Gabriel Ebner 2022-01-30 15:43:59 +01:00
parent 1bb964cd15
commit 44c93e4d49
2 changed files with 4 additions and 5 deletions

View File

@ -101,10 +101,7 @@
programs.adb.enable = true;
users.extraUsers.gebner.extraGroups = [ "adbusers" ];
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
notmuch = (notmuch.override { withEmacs = false; }).overrideDerivation (_: {
doCheck = false;
});
};
# nixpkgs.config.packageOverrides = pkgs: with pkgs; {
# };
}

View File

@ -94,6 +94,8 @@
users.extraUsers.gebner.extraGroups = [ "libvirtd" ];
virtualisation.libvirtd.enable = true;
# virtualisation.waydroid.enable = true;
# virtualisation.virtualbox.host.enable = true;
# boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages_5_4;