diff options
author | Travis A. Everett <travis.a.everett@gmail.com> | 2022-10-05 09:52:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 09:52:53 -0500 |
commit | e1418430ac57767906b617a8a558d305ca651980 (patch) | |
tree | ffe22998ac89fc511e15405307acf737f7a6d044 /doc | |
parent | 84bdb0e3ade70be722087b95beb7f460e0d3da8d (diff) |
Apply suggestions from code review
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/contributing/hacking.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md index f67660ab2..5bee7932b 100644 --- a/doc/manual/src/contributing/hacking.md +++ b/doc/manual/src/contributing/hacking.md @@ -109,7 +109,7 @@ You can run them manually with `nix build .#hydraJobs.tests.{testName}` or `nix- ### Installer tests -With just a little one-time setup, the Nix repository's GitHub Actions continuous integration (CI) workflow can easily test the installer each time you push to a branch. +After a one-time setup, the Nix repository's GitHub Actions continuous integration (CI) workflow can test the installer each time you push to a branch. Creating a Cachix cache for your installer tests and adding its authorization token to GitHub enables [two installer-specific jobs in the CI workflow](https://github.com/NixOS/nix/blob/88a45d6149c0e304f6eb2efcc2d7a4d0d569f8af/.github/workflows/ci.yml#L50-L91): @@ -123,7 +123,7 @@ Creating a Cachix cache for your installer tests and adding its authorization to #### One-time setup -1. Have a GitHub account with a fork of the Nix repo. +1. Have a GitHub account with a fork of the [Nix repository](https://github.com/NixOS/nix). 2. At cachix.org: - Create or log in to an account. - Create a Cachix cache using the format `<github-username>-nix-install-tests`. |