Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • README.md
    ... ... @@ -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