Skip to content
Snippets Groups Projects
Commit 87a87f2c authored by Daniel Firth's avatar Daniel Firth
Browse files

README.md: add usage instructions

parent 86ff5d84
No related merge requests found
Pipeline #600 failed with stages
in 19 minutes and 52 seconds
......@@ -16,3 +16,25 @@ This package set has the following policy.
* The following packages must always build:
* BiobaseTypes
* BiobaseXNA
## Updating the Package set
The package set is generated from the `horizon.dhall` using the following command:
```
nix run 'git+https://gitlab.horizon-haskell.net/haskell/horizon-gen-nix?ref=refs/tags/0.10.0'
```
If you need to do additional manual overrides to the nix code, such as
`addPkgconfigDepends`, edit the `configuration.nix` overlay, which is applied
afterwards.
## Programmmatic Updates
To use `horizon-shell`.
```
nix run 'git+https://gitlab.horizon-haskell.net/shells/horizon-shell?ref=refs/tags/0.0.7'
```
See the in-shell help for usage.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment