aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/redirects.js
AgeCommit message (Collapse)Author
2022-12-07Remove repeat and enforce-determinism optionsLinus Heckemann
These only functioned if a very narrow combination of conditions held: - The result path does not yet exist (--check did not result in repeated builds), AND - The result path is not available from any configured substituters, AND - No remote builders that can build the path are available. If any of these do not hold, a derivation would be built 0 or 1 times regardless of the repeat option. Thus, remove it to avoid confusion.
2022-11-09fix typos in commentsValentin Gagarin
2022-09-09more precise variable typesValentin Gagarin
2022-09-08optimize performanceValentin Gagarin
remove loops and function calls, modify arrays in place this makes the whole thing harder to read, and probably only marginally faster.
2022-09-06generalize anchor redirectsValentin Gagarin
renaming section headers and changing manually set `id`s will break URLs in the wild. this change allows keeping track of all changes to ensure backwards compatibility.
2022-08-04manual: remove "Writing Nix Expressions" chapterValentin Gagarin
it is out of date, all over the place in level of detail, is really about `nixpkgs`, and in general instructions should not be part of a reference manual. also: - update redirects and internal links - use "Nix language" consistently
2022-05-26doc: Add redirects for the DocBook manualJan Tojnar
There are still many links to the old manual on the web and having them end up on the Introduction page is a bad user experience.