diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-22 14:31:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 14:31:40 +0200 |
commit | 090960b7254799a14bd5dc3b61f1a4d7c6a95733 (patch) | |
tree | acb824d947ea3ea00812ed657541c75c096e6037 | |
parent | ff314f186e3f91d87af6ad96c0ae3b472494b940 (diff) | |
parent | ae9e9753ce9100ac8ac98fb76d4ac9de45b5734c (diff) |
Merge pull request #3848 from knedlsepp/patch-1
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](hydra.nixos.org/job/nix/master/build.x86_64-linux/latest/download-by-type/doc/manual#chap-hacking) 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#chap-hacking) in our manual for instruction on how to build nix from source with nix-build or how to get a development environment. ## Additional Resources |