Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-platform
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Théophile Choutri
horizon-platform
Commits
2a336f23
Commit
2a336f23
authored
2 years ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
e3c896d5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-5
6 additions, 5 deletions
README.md
with
6 additions
and
5 deletions
README.md
+
6
−
5
View file @
2a336f23
...
...
@@ -6,15 +6,16 @@ Horizon is a haskell package set targetting new builds of GHC.
## 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
regenerate a particular package in
`pkgs`
, delete that file from
`pkgs`
. To
regenerate the entire package set from scratch, delete the
`pkgs`
folder.
This will generate both the
`pkgs`
folder and the
`initial-packages.nix`
. If
you want to regenerate a particular package in
`pkgs`
, delete that file from
`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
`addPkgconfigDepends`
, edit the
`configuration.nix`
overlay, which is applied
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment