Skip to content

Commit 95469bd

Browse files
committed
use NixPkgs haskell-updates branch
1 parent 273a153 commit 95469bd

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

flake.lock

Lines changed: 4 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:nixos/nixpkgs";
3+
nixpkgs.url = "github:nixos/nixpkgs/haskell-updates";
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";
@@ -79,8 +79,8 @@
7979
{ custom = _: super.ghc-lib-parser-ex_9_12_0_0; };
8080
ghc-lib-parser = { super, ... }:
8181
{
82-
# custom = _: super.ghc-lib-parser_9_12_2_20250421;
83-
custom = _: super.ghc-lib-parser_9_12_2_20250320;
82+
custom = _: super.ghc-lib-parser_9_12_2_20250421;
83+
# custom = _: super.ghc-lib-parser_9_12_2_20250320;
8484
};
8585
};
8686
packages = {

0 commit comments

Comments
 (0)