Skip to content

Commit

Permalink
Merge pull request #546 from IntersectMBO/newhoggy/update-CONTRIBUTING
Browse files Browse the repository at this point in the history
Update flake command in CONTRIBUTING.md
  • Loading branch information
newhoggy authored Jan 5, 2024
2 parents aa70225 + 3b1f3e8 commit f8a9bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This means that cabal will always see Hackage “as if” it was that time, ensu
But it also means that if you need a package version that was released *after* that time, you need to bump the `index-state` (and to run `cabal update` locally).

Because of how we use Nix to manage our Haskell build, whenever you do this you will also need to pull in the Nix equivalent of the newer `index-state`.
You can do this by running `nix flake lock --update-input hackageNix`.
You can do this by running `nix flake lock --update-input haskellNix/hackage`.

### from the Cardano package repository
Many Cardano packages are not on Hackage and are instead in the [Cardano Haskell Package (CHaP) repository][CHaP].
Expand Down

0 comments on commit f8a9bd9

Please sign in to comment.