File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 108
108
packages . ouroboros-network-framework . components . tests . sim-tests . doCheck = onLinux ;
109
109
packages . ouroboros-network . components . tests . sim-tests . doCheck = onLinux ;
110
110
111
- # don't run checks using Wine when cross compiling
111
+ packages . decentralized-message-queue . components . tests . dmq-test . preCheck =
112
+ if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "" ;
112
113
packages . network-mux . components . tests . test . preCheck =
113
114
if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "" ;
114
115
packages . ouroboros-network-protocols . components . tests . test . preCheck =
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ hsPkgs.shellFor {
49
49
lib . optionalAttrs hls
50
50
{
51
51
haskell-language-server = {
52
- src = inputs . haskellNix . inputs . "hls-2.10 " ;
52
+ src = inputs . haskellNix . inputs . "hls-2.11 " ;
53
53
configureArgs = "--disable-benchmarks --disable-tests" ;
54
54
} ;
55
55
} ;
You can’t perform that action at this time.
0 commit comments