try with NoCC to fix tmux artifacting
This commit is contained in:
parent
dec879498f
commit
70e4fa6ab6
@ -6,7 +6,7 @@
|
|||||||
haskell-flake.url = "github:srid/haskell-flake";
|
haskell-flake.url = "github:srid/haskell-flake";
|
||||||
};
|
};
|
||||||
outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
|
outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
|
||||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
flake-parts.lib.mkFlakeNoCC { inherit inputs; } {
|
||||||
systems = nixpkgs.lib.systems.flakeExposed;
|
systems = nixpkgs.lib.systems.flakeExposed;
|
||||||
imports = [ inputs.haskell-flake.flakeModule ];
|
imports = [ inputs.haskell-flake.flakeModule ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user