From 70e4fa6ab674234a4821c7267db2b63570753d85 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 25 Feb 2025 15:03:53 -0600 Subject: [PATCH] try with NoCC to fix tmux artifacting --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e6bb793..3b713fc 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ];