File tree Expand file tree Collapse file tree 3 files changed +28
-8
lines changed Expand file tree Collapse file tree 3 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 22
22
"R2211" = inputs . nixpkgs-2211 ;
23
23
"R2305" = inputs . nixpkgs-2305 ;
24
24
"R2311" = inputs . nixpkgs-2311 ;
25
+ "R2405" = inputs . nixpkgs-2405 ;
25
26
"unstable" = inputs . nixpkgs-unstable ;
26
27
} ;
27
28
56
57
# cabal-install and nix-tools plans. When removing a ghc version
57
58
# from here (so that is no longer cached) also remove ./materialized/ghcXXX.
58
59
# Update supported-ghc-versions.md to reflect any changes made here.
59
- nixpkgs . lib . optionalAttrs ( nixpkgsName == "R2311 " ) {
60
+ nixpkgs . lib . optionalAttrs ( nixpkgsName == "R2405 " ) {
60
61
ghc94 = false ;
61
62
ghc96 = false ;
62
63
ghc98 = false ;
Original file line number Diff line number Diff line change 10
10
nixpkgs-2211 = { url = "github:NixOS/nixpkgs/nixpkgs-22.11-darwin" ; } ;
11
11
nixpkgs-2305 = { url = "github:NixOS/nixpkgs/nixpkgs-23.05-darwin" ; } ;
12
12
nixpkgs-2311 = { url = "github:NixOS/nixpkgs/nixpkgs-23.11-darwin" ; } ;
13
+ nixpkgs-2405 = { url = "github:NixOS/nixpkgs/nixpkgs-24.05-darwin" ; } ;
13
14
nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixpkgs-unstable" ; } ;
14
15
flake-compat = { url = "github:input-output-hk/flake-compat/hkm/gitlab-fix" ; flake = false ; } ;
15
16
"hls-1.10" = { url = "github:haskell/haskell-language-server/1.10.0.0" ; flake = false ; } ;
82
83
, nixpkgs-2211
83
84
, nixpkgs-2305
84
85
, nixpkgs-2311
86
+ , nixpkgs-2405
85
87
, flake-compat
86
88
, ...
87
89
} @inputs :
88
90
let
89
91
callFlake = import flake-compat ;
90
92
91
- ifdLevel = 1 ;
93
+ ifdLevel = 0 ;
92
94
compiler = "ghc928" ;
93
95
config = import ./config.nix ;
94
96
You can’t perform that action at this time.
0 commit comments