File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1
1
# 'supportedSystems' restricts the set of systems that we will evaluate for. Useful when you're evaluating
2
2
# on a machine with e.g. no way to build the Darwin IFDs you need!
3
- { ifdLevel ? 3
3
+ { ifdLevel ? 0
4
4
, checkMaterialization ? false
5
5
, system ? builtins . currentSystem
6
6
, evalSystem ? builtins . currentSystem or "x86_64-linux"
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
- # The libsodium bump in 85c6e70b555fe892a049fa3d9dce000dc23a9562 breaks th-dll tests.
14
- # And later it breaks in th-dll due to some change in the windows libs. We should probably
15
- # drop unsable.
16
- nixpkgs-unstable = { url = "github:NixOS/nixpkgs?rev=47585496bcb13fb72e4a90daeea2f434e2501998" ; } ; # nixpkgs-unstable };
13
+ nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixpkgs-unstable" ; } ;
17
14
ghc98X = {
18
15
flake = false ;
19
16
url = "git+https://gitlab.haskell.org/ghc/ghc?ref=ghc-9.8&submodules=1" ;
You can’t perform that action at this time.
0 commit comments