Skip to content

Commit 8cc9cd9

Browse files
committed
disuse haskell-updates
1 parent adb4d37 commit 8cc9cd9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

flake.lock

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

flake.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:nixos/nixpkgs/haskell-updates";
3+
nixpkgs.url = "github:nixos/nixpkgs";
44
flake-parts.url = "github:hercules-ci/flake-parts";
55
haskell-flake.url = "github:srid/haskell-flake";
66
flake-root.url = "github:srid/flake-root";
@@ -61,6 +61,8 @@
6161
Diff = { super, ... }:
6262
{ custom = _: super.Diff_1_0_2; };
6363

64+
threads.check = false;
65+
6466
ormolu = { super, ... }:
6567
{ custom = _: super.ormolu_0_8_0_0;
6668
check = false;
@@ -76,7 +78,8 @@
7678
{ custom = _: super.ghc-lib-parser-ex_9_12_0_0; };
7779
ghc-lib-parser = { super, ... }:
7880
{
79-
custom = _: super.ghc-lib-parser_9_12_2_20250421;
81+
# custom = _: super.ghc-lib-parser_9_12_2_20250421;
82+
custom = _: super.ghc-lib-parser_9_12_2_20250320;
8083
};
8184
};
8285
packages = {

0 commit comments

Comments
 (0)