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 dc4f528 commit ca5187cCopy full SHA for ca5187c
nix/hix.nix
@@ -1,6 +1,6 @@
1
{pkgs, ...}: {
2
# name = "project-name";
3
- compiler-nix-name = "ghc9121"; # Version of GHC to use
+ compiler-nix-name = "ghc912"; # Version of GHC to use
4
# Cross compilation support:
5
# crossPlatforms = p: pkgs.lib.optionals pkgs.stdenv.hostPlatform.isx86_64 ([
6
# p.mingwW64
0 commit comments