[NixOS] Get taffybar compiling on ghc94, which avoids mmap issue

This commit is contained in:
2023-05-17 14:09:41 -06:00
parent 8f97ea3934
commit 99bdb41cc5
10 changed files with 1296 additions and 203 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
inputs: { pkgs, config, ... }: {
xsession = {
enable = true;
preferStatusNotifierItems = true;
@@ -35,7 +35,7 @@
services.taffybar = {
enable = true;
package = pkgs.haskellPackages.imalison-taffybar;
package = inputs.imalison-taffybar.defaultPackage."${pkgs.system}";
};
services.notify-osd = {