try with NoCC to fix tmux artifacting

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 15:03:53 -06:00
parent dec879498f
commit 70e4fa6ab6

View File

@ -6,7 +6,7 @@
haskell-flake.url = "github:srid/haskell-flake";
};
outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } {
flake-parts.lib.mkFlakeNoCC { inherit inputs; } {
systems = nixpkgs.lib.systems.flakeExposed;
imports = [ inputs.haskell-flake.flakeModule ];