File tree Expand file tree Collapse file tree 4 files changed +30
-8
lines changed Expand file tree Collapse file tree 4 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 23
23
"R2305" = inputs . nixpkgs-2305 ;
24
24
"R2311" = inputs . nixpkgs-2311 ;
25
25
"R2405" = inputs . nixpkgs-2405 ;
26
+ "R2411" = inputs . nixpkgs-2411 ;
26
27
"unstable" = inputs . nixpkgs-unstable ;
27
28
} ;
28
29
61
62
# cabal-install and nix-tools plans. When removing a ghc version
62
63
# from here (so that is no longer cached) also remove ./materialized/ghcXXX.
63
64
# Update supported-ghc-versions.md to reflect any changes made here.
64
- nixpkgs . lib . optionalAttrs ( nixpkgsName == "R2405 " ) {
65
+ nixpkgs . lib . optionalAttrs ( nixpkgsName == "R2411 " ) {
65
66
ghc96 = false ;
66
67
ghc98 = false ;
67
68
} // nixpkgs . lib . optionalAttrs ( nixpkgsName == "unstable" ) {
Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ self // {
94
94
pkgs-2405 = import self . inputs . nixpkgs-2405 ( nixpkgsArgs // {
95
95
localSystem = { inherit system ; } ;
96
96
} ) ;
97
+ pkgs-2411 = import self . inputs . nixpkgs-2411 ( nixpkgsArgs // {
98
+ localSystem = { inherit system ; } ;
99
+ } ) ;
97
100
pkgs-unstable = import self . inputs . nixpkgs-unstable ( nixpkgsArgs // {
98
101
localSystem = { inherit system ; } ;
99
102
} ) ;
Original file line number Diff line number Diff line change 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
13
nixpkgs-2405 = { url = "github:NixOS/nixpkgs/nixpkgs-24.05-darwin" ; } ;
14
+ nixpkgs-2411 = { url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin" ; } ;
14
15
nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixpkgs-unstable" ; } ;
15
16
flake-compat = { url = "github:input-output-hk/flake-compat/hkm/gitlab-fix" ; flake = false ; } ;
16
17
"hls-1.10" = { url = "github:haskell/haskell-language-server/1.10.0.0" ; flake = false ; } ;
83
84
let
84
85
callFlake = import flake-compat ;
85
86
86
- ifdLevel = 3 ;
87
+ ifdLevel = 0 ;
87
88
runningHydraEvalTest = false ;
88
89
defaultCompiler = "ghc928" ;
89
90
config = import ./config.nix ;
You can’t perform that action at this time.
0 commit comments