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

Merge branch 'getting-started' into 'master'

README.md: Add section on getting started

See merge request horizon/horizon-platform!26
parents 1a0c2bfc 7440883c
Branches
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