File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 11
11
nixpkgsVersions = {
12
12
"R2003" = "nixpkgs-2003" ;
13
13
"R2009" = "nixpkgs-2009" ;
14
+ "unstable" = "nixpkgs-unstable" ;
14
15
} ;
15
16
compilerNixNames = nixpkgsName : nixpkgs : builtins . mapAttrs ( compiler-nix-name : runTests : {
16
17
inherit ( import ./default.nix { inherit checkMaterialization ; } ) nixpkgsArgs ;
30
31
ghc8102 = false ;
31
32
ghc8103 = true ;
32
33
ghc810220201118 = false ;
34
+ } // nixpkgs . lib . optionalAttrs ( nixpkgsName == "unstable" ) {
35
+ ghc884 = true ;
36
+ ghc8103 = true ;
33
37
} ) ;
34
38
systems = nixpkgs : nixpkgs . lib . filterAttrs ( _ : v : builtins . elem v supportedSystems ) {
35
39
# I wanted to take these from 'lib.systems.examples', but apparently there isn't one for linux!
Original file line number Diff line number Diff line change 116
116
"type" : " tarball" ,
117
117
"url" : " https://github.com/NixOS/nixpkgs/archive/f02bf8ffb9a5ec5e8f6f66f1e5544fd2aa1a0693.tar.gz" ,
118
118
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
119
+ },
120
+ "nixpkgs-unstable" : {
121
+ "branch" : " nixpkgs-unstable" ,
122
+ "description" : " Nix Packages collection" ,
123
+ "homepage" : " " ,
124
+ "owner" : " NixOS" ,
125
+ "repo" : " nixpkgs" ,
126
+ "rev" : " 1b77b735ea70c3dfbdab3eaa79aee48d75d3e162" ,
127
+ "sha256" : " 1i3whn84c4w7rhlgl9m8226qlgs7p86j7wpm4dgvv9mhzqph92zc" ,
128
+ "type" : " tarball" ,
129
+ "url" : " https://github.com/NixOS/nixpkgs/archive/1b77b735ea70c3dfbdab3eaa79aee48d75d3e162.tar.gz" ,
130
+ "url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
119
131
}
120
132
}
You can’t perform that action at this time.
0 commit comments