NIX.md: Suggest a recent revision of GHC 9.2

Lest anyone run into https://github.com/xmonad/xmonad/issues/389.
This commit is contained in:
Tony Zorman
2022-09-05 19:03:02 +02:00
parent b0ca330d08
commit fd5970fb34

2
NIX.md
View File

@@ -87,7 +87,7 @@ options in your `configuration.nix` under `flake`:
flake = { flake = {
enable = true; enable = true;
# prefix = "unstable"; # prefix = "unstable";
compiler = "ghc921"; compiler = "ghc924";
}; };
}; };
``` ```