diff --git a/NIX.md b/NIX.md index d4a3cc42..425f3a04 100644 --- a/NIX.md +++ b/NIX.md @@ -87,7 +87,7 @@ options in your `configuration.nix` under `flake`: flake = { enable = true; # prefix = "unstable"; - compiler = "ghc921"; + compiler = "ghc924"; }; }; ```