File tree Expand file tree Collapse file tree 4 files changed +29
-8
lines changed Expand file tree Collapse file tree 4 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 1818
1919 # short names for nixpkgs versions
2020 nixpkgsVersions = {
21- "R2505 " = inputs . nixpkgs-2505 ;
21+ "R2511 " = inputs . nixpkgs-2511 ;
2222 "unstable" = inputs . nixpkgs-unstable ;
2323 } ;
2424
6464 # cabal-install and nix-tools plans. When removing a ghc version
6565 # from here (so that is no longer cached) also remove ./materialized/ghcXXX.
6666 # Update supported-ghc-versions.md to reflect any changes made here.
67- nixpkgs . lib . optionalAttrs ( builtins . elem nixpkgsName [ "R2411" "R2505" ] ) {
67+ nixpkgs . lib . optionalAttrs ( builtins . elem nixpkgsName [ "R2411" "R2505" "R2511" ] ) {
6868 ghc96 = false ;
6969 ghc98 = false ;
7070 ghc98llvm = false ;
Original file line number Diff line number Diff line change @@ -100,6 +100,9 @@ self // {
100100 pkgs-2505 = import self . inputs . nixpkgs-2505 ( nixpkgsArgs // {
101101 localSystem = { inherit system ; } ;
102102 } ) ;
103+ pkgs-2511 = import self . inputs . nixpkgs-2511 ( nixpkgsArgs // {
104+ localSystem = { inherit system ; } ;
105+ } ) ;
103106 pkgs-unstable = import self . inputs . nixpkgs-unstable ( nixpkgsArgs // {
104107 localSystem = { inherit system ; } ;
105108 } ) ;
Original file line number Diff line number Diff line change 88 nixpkgs-2405 = { url = "github:NixOS/nixpkgs/nixpkgs-24.05-darwin" ; } ;
99 nixpkgs-2411 = { url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin" ; } ;
1010 nixpkgs-2505 = { url = "github:NixOS/nixpkgs/nixpkgs-25.05-darwin" ; } ;
11+ nixpkgs-2511 = { url = "github:NixOS/nixpkgs/nixpkgs-25.11-darwin" ; } ;
1112 nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixpkgs-unstable" ; } ;
1213 flake-compat = { url = "github:input-output-hk/flake-compat/hkm/gitlab-fix" ; flake = false ; } ;
1314 "hls-1.10" = { url = "github:haskell/haskell-language-server/1.10.0.0" ; flake = false ; } ;
You can’t perform that action at this time.
0 commit comments