File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 180180
181181 < h2 id ="how-to-update-nix-tools "> How to update < a href ="https://github.com/input-output-hk/nix-tools "> < code > nix-tools</ code > </ a > < a class ="headerlink " href ="#how-to-update-nix-tools " title ="Permanent link "> ¶</ a > </ h2 >
182182< ol >
183- < li > Use niv to update the sources.json:</ li >
184- </ ol >
185- < p > < code > niv update nix-tools</ code > </ p >
186- < ol >
187- < li > If < code > nix-tools.cabal</ code > or < code > plan-to-nix</ code > have changed, check the
183+ < li >
184+ < p > Use niv to update the sources.json:
185+ < code > nix flake lock --update-input nix-tools</ code > </ p >
186+ </ li >
187+ < li >
188+ < p > If < code > nix-tools.cabal</ code > or < code > plan-to-nix</ code > have changed, check the
188189 materialized files for each of the compiler nix name in
189- < code > ls -d materialized/ghc*/nix-tools</ code > with:</ li >
190+ < code > ls -d materialized/ghc*/nix-tools</ code > with:
191+ < code > nix-build scripts/check-compiler-materialization --argstr compiler-nix-name ghc884</ code > </ p >
192+ </ li >
190193</ ol >
191- < p > < code > nix-build scripts/check-compiler-materialization --argstr compiler-nix-name ghc884</ code > </ p >
192194
193195 </ div >
194196 </ div >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments