Skip to content

Commit 4dc1285

Browse files
committed
Use ghc982 from nixpkgs
1 parent db1d5fc commit 4dc1285

File tree

4 files changed

+33
-1280
lines changed

4 files changed

+33
-1280
lines changed

flake.lock

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

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
description = "Alternative Haskell Infrastructure for Nixpkgs";
33

44
inputs = {
5-
nixpkgs.follows = "nixpkgs-unstable";
5+
nixpkgs.follows = "nixpkgs-2405";
66
nixpkgs-2003 = { url = "github:NixOS/nixpkgs/nixpkgs-20.03-darwin"; };
77
nixpkgs-2105 = { url = "github:NixOS/nixpkgs/nixpkgs-21.05-darwin"; };
88
nixpkgs-2111 = { url = "github:NixOS/nixpkgs/nixpkgs-21.11-darwin"; };
99
nixpkgs-2205 = { url = "github:NixOS/nixpkgs/nixpkgs-22.05-darwin"; };
1010
nixpkgs-2211 = { url = "github:NixOS/nixpkgs/nixpkgs-22.11-darwin"; };
1111
nixpkgs-2305 = { url = "github:NixOS/nixpkgs/nixpkgs-23.05-darwin"; };
1212
nixpkgs-2311 = { url = "github:NixOS/nixpkgs/nixpkgs-23.11-darwin"; };
13+
nixpkgs-2405 = { url = "github:NixOS/nixpkgs/release-24.05"; };
1314
# The libsodium bump in 85c6e70b555fe892a049fa3d9dce000dc23a9562 breaks th-dll tests.
1415
# And later it breaks in th-dll due to some change in the windows libs. We should probably
1516
# drop unsable.

0 commit comments

Comments
 (0)