We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ffbc0 commit 556a643Copy full SHA for 556a643
overlays/haskell.nix
@@ -306,7 +306,7 @@ final: prev: {
306
# If you want to update this value it important to check the
307
# materializations. Turn `checkMaterialization` on below and
308
# check the CI results before turning it off again.
309
- internalHackageIndexState = "2022-11-06T00:00:00Z";
+ internalHackageIndexState = "2022-11-06T00:00:00Z"; # Remember to also update ../nix-tools/cabal.project and ../nix-tools/flake.lock
310
311
checkMaterialization = false; # This is the default. Use an overlay to set it to true and test all the materialized files
312
0 commit comments