diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-12-28 20:43:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 20:43:49 +0100 |
commit | abbf9df7b1c4219d5a6d3234d9149204208be7de (patch) | |
tree | f5192b4c613a8531fdc09dea3fa106d2f5f302f2 | |
parent | 6262a703636000e525d5c1b877ac28d604a493f0 (diff) | |
parent | 093de16223b8b93d803e4cd1cc1d3945cb3dfeb1 (diff) |
Merge pull request #4407 from cole-h/fix-hacking-link
README: fix link to hacking guide
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Information on additional installation methods is available on the [Nix download ## Building And Developing -See our [Hacking guide](https://hydra.nixos.org/job/nix/master/build.x86_64-linux/latest/download-by-type/doc/manual/hacking.html) in our manual for instruction on how to +See our [Hacking guide](https://hydra.nixos.org/job/nix/master/build.x86_64-linux/latest/download-by-type/doc/manual/contributing/hacking.html) in our manual for instruction on how to build nix from source with nix-build or how to get a development environment. ## Additional Resources |