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

README.md: Add section on getting started

parent 4684c405
Branches
Tags
No related merge requests found
......@@ -4,6 +4,18 @@
Horizon is a haskell package set targetting new builds of GHC.
## Getting started
You an can use this package set instead of your haskell packages set in
nixpkgs. To see an example you can use the template supplied with this
repository.
```
mkdir myProject
cd myProject
nix flake init -t 'git+https://gitlab.homotopic.tech/horizon/horizon-platform'
```
## Updating the package set
The package set is generated from the `horizon.dhall` using the following command:
......
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