Skip to content

Commit bf22c03

Browse files
committed
Update Nix update instructions in CONTRIBUTING.md
1 parent ba4c4f4 commit bf22c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ The Nix code which builds our packages also needs some information relating to
261261
the index-state. This information needs to be new enough to include the
262262
index-state specified in `cabal.project`. The information is represented by Nix
263263
flake inputs. You can update these by running:
264-
- `nix flake update hackageNix` for Hackage
265-
- `nix flake update CHaP` for CHaP
264+
- `nix flake lock --update-input hackageNix` for Hackage
265+
- `nix flake lock --update-input CHaP` for CHaP
266266

267267
If you fail to do this you may get an error like this from Nix:
268268
```

0 commit comments

Comments
 (0)