From 2b2c68bbeee71d38f2fb0bd3ab0ff01ceb9d3d3b Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 24 May 2022 10:57:26 +0300 Subject: [PATCH] chore(nix): update channel to master branch --- nix/wm/xmonad.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nix/wm/xmonad.nix b/nix/wm/xmonad.nix index 6a0fb00..b3737fc 100644 --- a/nix/wm/xmonad.nix +++ b/nix/wm/xmonad.nix @@ -15,17 +15,19 @@ in }; config = mkIf cfg.enable { + /* nixpkgs.overlays = [ (self: super: { haskellPackages = super.haskellPackages.override { - overrides = hself: hsuper: { + overrides = (hself: hsuper: { xmonad = hsuper.xmonad_0_17_0; xmonad-contrib = hsuper.xmonad-contrib_0_17_0; xmonad-extras = hsuper.xmonad-extras_0_17_0; - }; + }); }; }) ]; + */ home.packages = with pkgs; [ xclip # access x clipboard from a console