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 2323 "R2305" = inputs . nixpkgs-2305 ;
2424 "R2311" = inputs . nixpkgs-2311 ;
2525 "R2405" = inputs . nixpkgs-2405 ;
26+ "R2411" = inputs . nixpkgs-2411 ;
2627 "unstable" = inputs . nixpkgs-unstable ;
2728 } ;
2829
6162 # cabal-install and nix-tools plans. When removing a ghc version
6263 # from here (so that is no longer cached) also remove ./materialized/ghcXXX.
6364 # Update supported-ghc-versions.md to reflect any changes made here.
64- nixpkgs . lib . optionalAttrs ( nixpkgsName == "R2405 " ) {
65+ nixpkgs . lib . optionalAttrs ( nixpkgsName == "R2411 " ) {
6566 ghc96 = false ;
6667 ghc98 = false ;
6768 } // nixpkgs . lib . optionalAttrs ( nixpkgsName == "unstable" ) {
Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ self // {
9494 pkgs-2405 = import self . inputs . nixpkgs-2405 ( nixpkgsArgs // {
9595 localSystem = { inherit system ; } ;
9696 } ) ;
97+ pkgs-2411 = import self . inputs . nixpkgs-2411 ( nixpkgsArgs // {
98+ localSystem = { inherit system ; } ;
99+ } ) ;
97100 pkgs-unstable = import self . inputs . nixpkgs-unstable ( nixpkgsArgs // {
98101 localSystem = { inherit system ; } ;
99102 } ) ;
Original file line number Diff line number Diff line change 1111 nixpkgs-2305 = { url = "github:NixOS/nixpkgs/nixpkgs-23.05-darwin" ; } ;
1212 nixpkgs-2311 = { url = "github:NixOS/nixpkgs/nixpkgs-23.11-darwin" ; } ;
1313 nixpkgs-2405 = { url = "github:NixOS/nixpkgs/nixpkgs-24.05-darwin" ; } ;
14+ nixpkgs-2411 = { url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin" ; } ;
1415 nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixpkgs-unstable" ; } ;
1516 flake-compat = { url = "github:input-output-hk/flake-compat/hkm/gitlab-fix" ; flake = false ; } ;
1617 "hls-1.10" = { url = "github:haskell/haskell-language-server/1.10.0.0" ; flake = false ; } ;
8384 let
8485 callFlake = import flake-compat ;
8586
86- ifdLevel = 3 ;
87+ ifdLevel = 0 ;
8788 runningHydraEvalTest = false ;
8889 defaultCompiler = "ghc928" ;
8990 config = import ./config.nix ;
You can’t perform that action at this time.
0 commit comments