We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8f2c6 commit 11e2ff6Copy full SHA for 11e2ff6
docs/dev/nix-tools-pin.md
@@ -1,16 +1,13 @@
1
## How to update [`nix-tools`](https://github.com/input-output-hk/nix-tools)
2
3
1. Use niv to update the sources.json:
4
-
5
```
6
- niv update nix-tools
+ nix flake lock --update-input nix-tools
7
8
9
10
2. If `nix-tools.cabal` or `plan-to-nix` have changed, check the
11
materialized files for each of the compiler nix name in
12
`ls -d materialized/ghc*/nix-tools` with:
13
14
15
nix-build scripts/check-compiler-materialization --argstr compiler-nix-name ghc884
16
0 commit comments