aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYorick van Pelt <yorick@yorickvanpelt.nl>2022-11-25 14:47:05 +0100
committerAlexander Bantyev <balsoft@balsoft.ru>2023-02-13 12:00:00 +0400
commitf2e427942dbdef460c6ba5641a571388f692bff9 (patch)
tree0427ef035cfcb270b1f84e754be04f804367b6ae /README.md
parent012ddaa3228cbf0bd99309cbfb2ad46feb7bf27e (diff)
Improve hacking.md
- Refer to current version in readme - Split into flakes and non-flakes section - Change order to move nix-build to the end, since people often start with it in the beginning. - Use proper "Note" syntax - Add notes about editor integration - Move information about target platforms and stdenvs into separate sections Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Alexander Bantyev <alexander.bantyev@tweag.io> Co-authored-by: Théophane Hufschmitt <theophane.hufschmitt@tweag.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a02c4c75..85b0902b1 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@ Information on additional installation methods is available on the [Nix download
## Building And Developing
-See our [Hacking guide](https://nixos.org/manual/nix/stable/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.
+See our [Hacking guide](https://nixos.org/manual/nix/unstable/contributing/hacking.html) in our manual for instruction on how to
+to set up a development environment and build Nix from source.
## Additional Resources