mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
agda.withPackages: allow installing Agda without GHC using ghc = null;
This commit is contained in:
parent
aeb017b583
commit
17501d776b
2 changed files with 3 additions and 1 deletions
|
@ -121,6 +121,8 @@ agda.withPackages {
|
|||
}
|
||||
```
|
||||
|
||||
To install Agda without GHC, use `ghc = null;`.
|
||||
|
||||
## Writing Agda packages {#writing-agda-packages}
|
||||
|
||||
To write a nix derivation for an Agda library, first check that the library has a `*.agda-lib` file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue