diff options
author | Yorick van Pelt <yorick@yorickvanpelt.nl> | 2022-11-25 14:47:05 +0100 |
---|---|---|
committer | Alexander Bantyev <balsoft@balsoft.ru> | 2023-02-13 12:00:00 +0400 |
commit | f2e427942dbdef460c6ba5641a571388f692bff9 (patch) | |
tree | 0427ef035cfcb270b1f84e754be04f804367b6ae /README.md | |
parent | 012ddaa3228cbf0bd99309cbfb2ad46feb7bf27e (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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |