diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-09-16 09:36:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 09:36:30 +0200 |
commit | 0a4bd9fe88807cbae51b8b8b51c4897a76991d20 (patch) | |
tree | 5bbea287e97df17b1ba1992a9bd00e04c97115df | |
parent | 47fa1087c8864654f6cfae84e25ac6db318ed1d4 (diff) |
Update doc/manual/src/contributing/hacking.md
-rw-r--r-- | doc/manual/src/contributing/hacking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md index 628744bf2..9e4e679e6 100644 --- a/doc/manual/src/contributing/hacking.md +++ b/doc/manual/src/contributing/hacking.md @@ -138,7 +138,7 @@ If you've already pushed to a fork of Nix on GitHub before, you may have noticed ### Using the CI-generated installer for manual testing -After the CI run completes, you can check the output to extract the installer url: +After the CI run completes, you can check the output to extract the installer URL: 1. Click into the detailed view of the CI run. 2. Click into any `installer_test` run (the URL you're here to extract will be the same in all of them). 3. Click into the `Run cachix/install-nix-action@v...` step and click the detail triangle next to the first log line (it will also be `Run cachix/install-nix-action@v...`) |