We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4c4f4 commit bf22c03Copy full SHA for bf22c03
CONTRIBUTING.md
@@ -261,8 +261,8 @@ The Nix code which builds our packages also needs some information relating to
261
the index-state. This information needs to be new enough to include the
262
index-state specified in `cabal.project`. The information is represented by Nix
263
flake inputs. You can update these by running:
264
-- `nix flake update hackageNix` for Hackage
265
-- `nix flake update CHaP` for CHaP
+- `nix flake lock --update-input hackageNix` for Hackage
+- `nix flake lock --update-input CHaP` for CHaP
266
267
If you fail to do this you may get an error like this from Nix:
268
```
0 commit comments