Skip to content

Commit f4fe98b

Browse files
authored
Merge pull request #1245 from peterbecich/fix-ghcid-in-flake
`ghcid` in Nix Flake
2 parents 88eab9d + a32611d commit f4fe98b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
settings = {
2323
hackage-server.check = false;
2424
heist.check = false;
25+
threads.check = false;
2526
};
2627
packages = {
2728
Cabal.source = "3.10.1.0";
@@ -32,7 +33,6 @@
3233
devShell = {
3334
tools = hp: {
3435
# Setting to null should remove this tool from defaults.
35-
ghcid = null;
3636
haskell-language-server = null;
3737
inherit (pkgs)
3838
cabal-install

0 commit comments

Comments
 (0)