Skip to content
Snippets Groups Projects
Commit ada3b8fa authored by Cheng Shao's avatar Cheng Shao :beach:
Browse files

flake: default to all_9_12 flavour

parent 92ff0eb8
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@ since it just patches the binaries and performs no compilation. There
is no need to set up a binary cache.
Note that there are different GHC flavours available. The default
flake output uses the `gmp` flavour, though you can also use the
`all_native`, `all_unreg` and `all_9_6` flake outputs to get different
flavours. See the next subsection for explanations of these flavours.
flake output uses the `all_9_12` flavour, though you can also use the
`all_native`, `all_gmp` etc flake outputs to get different flavours.
See the next subsection for explanations of these flavours.
## Getting started without nix
......
......@@ -86,7 +86,7 @@
wasmtime
cabal
;
default = all "gmp";
default = all "9.12";
all_gmp = all "gmp";
all_native = all "native";
all_unreg = all "unreg";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment