mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
flake.nix: Expose hoverlay for use with fromHOL.
This commit is contained in:
parent
12cd1b9c6e
commit
b4b4d9b7c8
@ -11,7 +11,7 @@
|
||||
xmonad-contrib = hself.callCabal2nix "xmonad-contrib"
|
||||
(git-ignore-nix.lib.gitignoreSource ./.) { };
|
||||
};
|
||||
overlay = xmonad.lib.fromHOL hoverlay;
|
||||
overlay = xmonad.lib.fromHOL hoverlay { };
|
||||
overlays = xmonad.overlays ++ [ overlay ];
|
||||
in flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
@ -27,5 +27,5 @@
|
||||
nativeBuildInputs = [ pkgs.cabal-install ];
|
||||
});
|
||||
defaultPackage = pkgs.haskellPackages.xmonad-contrib;
|
||||
}) // { inherit overlay overlays; };
|
||||
}) // { inherit hoverlay overlay overlays; } ;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user