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

update README

parent e3c896d5
Branches
Tags
No related merge requests found
...@@ -6,15 +6,16 @@ Horizon is a haskell package set targetting new builds of GHC. ...@@ -6,15 +6,16 @@ Horizon is a haskell package set targetting new builds of GHC.
## Updating the package set ## Updating the package set
The package set is generated from the `manifest.dhall` using the following command: The package set is generated from the `horizon.dhall` using the following command:
``` ```
nix run .#horizon-gen-nix nix run .#horizon-gen-nix make-package-set
``` ```
This will generate both the `pkgs` folder and the `overlay.nix`. If you want to This will generate both the `pkgs` folder and the `initial-packages.nix`. If
regenerate a particular package in `pkgs`, delete that file from `pkgs`. To you want to regenerate a particular package in `pkgs`, delete that file from
regenerate the entire package set from scratch, delete the `pkgs` folder. `pkgs`. To regenerate the entire package set from scratch, delete the `pkgs`
folder.
If you need to do additional manual overrides to the nix code, such as If you need to do additional manual overrides to the nix code, such as
`addPkgconfigDepends`, edit the `configuration.nix` overlay, which is applied `addPkgconfigDepends`, edit the `configuration.nix` overlay, which is applied
......
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