Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
69cc16ca
by Marc Scholten at 2025-08-06T15:51:28-04:00
1 changed file:
Changes:
... | ... | @@ -81,6 +81,10 @@ These steps give you the default build, which includes everything |
81 | 81 | optimised and built in various ways (eg. profiling libs are built).
|
82 | 82 | It can take a long time. To customise the build, see the file `HACKING.md`.
|
83 | 83 | |
84 | +## Nix
|
|
85 | + |
|
86 | +If you are looking to use nix to develop on GHC, [check out the wiki for instructions](https://gitlab.haskell.org/ghc/ghc/-/wikis/building/preparation).
|
|
87 | + |
|
84 | 88 | Filing bugs and feature requests
|
85 | 89 | ================================
|
86 | 90 |