Skip to content
Snippets Groups Projects
Commit 9db5da88 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Rename build.nix -> ghc-from-source.nix

parent a0480d3f
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ $ nix build -f ./. haskellPackages.servant
It can also be used to build a compiler from a local source tree and use this to
build `head.hackage` packages:
```
$ nix build -f ./. --arg ghc "(import build.nix {ghc-path=$GHC_TREE;})"
$ nix build -f ./. --arg ghc "(import ghc-from-source.nix {ghc-path=$GHC_TREE;})"
```
### Travis CI
......
File moved
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