1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

Merge pull request #8556 from fricklerhandwerk/hacking-headings

hacking guide: use more self-descriptive section headings
This commit is contained in:
Valentin Gagarin 2023-06-22 13:45:31 +02:00 committed by GitHub
commit 0ab962d83f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 14 deletions

View file

@ -344,6 +344,10 @@ const redirects = {
"macos": "uninstall.html#macos",
"uninstalling": "uninstall.html"
}
"contributing/hacking.html": {
"nix-with-flakes": "#building-nix-with-flakes"
"classic-nix": "#building-nix"
}
};
// the following code matches the current page's URL against the set of redirects.