Skip to content

Commit 950f22f

Browse files
committed
disuse haskell-updates
1 parent adb4d37 commit 950f22f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-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: 3 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";
@@ -76,7 +76,8 @@
7676
{ custom = _: super.ghc-lib-parser-ex_9_12_0_0; };
7777
ghc-lib-parser = { super, ... }:
7878
{
79-
custom = _: super.ghc-lib-parser_9_12_2_20250421;
79+
# custom = _: super.ghc-lib-parser_9_12_2_20250421;
80+
custom = _: super.ghc-lib-parser_9_12_2_20250320;
8081
};
8182
};
8283
packages = {

0 commit comments

Comments
 (0)