Skip to content
Snippets Groups Projects
Commit 31f280ed authored by Max Tomago's avatar Max Tomago
Browse files

README.me: Reflect changes in horizon-gen-nix

parent 4445adea
Branches
No related merge requests found
...@@ -9,13 +9,13 @@ Horizon is a haskell package set targetting new builds of GHC. ...@@ -9,13 +9,13 @@ Horizon is a haskell package set targetting new builds of GHC.
The package set is generated from the `horizon.dhall` using the following command: The package set is generated from the `horizon.dhall` using the following command:
``` ```
nix run .#horizon-gen-nix make-package-set nix run .#horizon-gen-nix
``` ```
This will generate both the `pkgs` folder and the `initial-packages.nix`. If This will generate both the packages folder and the package set file. If you
you want to regenerate a particular package in `pkgs`, delete that file from want to regenerate a particular package in the packages folder, delete that file
`pkgs`. To regenerate the entire package set from scratch, delete the `pkgs` from the packages folder. To regenerate the entire package set from scratch,
folder. delete the packages 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