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 108108 packages . ouroboros-network-framework . components . tests . sim-tests . doCheck = onLinux ;
109109 packages . ouroboros-network . components . tests . sim-tests . doCheck = onLinux ;
110110
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 "" ;
112113 packages . network-mux . components . tests . test . preCheck =
113114 if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "" ;
114115 packages . ouroboros-network-protocols . components . tests . test . preCheck =
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ hsPkgs.shellFor {
4949 lib . optionalAttrs hls
5050 {
5151 haskell-language-server = {
52- src = inputs . haskellNix . inputs . "hls-2.10 " ;
52+ src = inputs . haskellNix . inputs . "hls-2.11 " ;
5353 configureArgs = "--disable-benchmarks --disable-tests" ;
5454 } ;
5555 } ;
You can’t perform that action at this time.
0 commit comments