| Commit message (Expand) | Author | Age | Files | Lines |
| * | stdenv: substituteStream: deprecate --replace in favor of --replace-{fail,war... | Peder Bergebakken Sundt | 2024-01-14 | 1 | -3/+3 |
| * | emscripten docs: reformat examples to use admonition•••that way the examples will also appear in the appendix
Co-authored by: Henrik Karlsson <i97henka@gmail.com>
| Valentin Gagarin | 2023-10-03 | 1 | -94/+109 |
| * | emscripten docs: reword introduction•••in particular, remove mention of `nix-env`
Co-authored by: Henrik Karlsson <i97henka@gmail.com>
| Valentin Gagarin | 2023-10-03 | 1 | -40/+10 |
| * | emscriptenPackages: s/overrideDerivation/overrideAttrs•••https://nixos.org/manual/nixpkgs/stable/#sec-pkg-overrideDerivation
> Do not use this function in Nixpkgs as it evaluates a Derivation before modifying it, which breaks package abstraction and removes error-checking of function arguments
| Artturin | 2023-02-23 | 1 | -1/+1 |
| * | treewide: manual fixups for•••treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
| Artturin | 2023-02-22 | 1 | -1/+1 |
| * | doc: use sri hash syntax•••The nixpkgs manual contains references to both sri hash and explicit
sha256 attributes. This is at best confusing to new users. Since the
final destination is exclusive use of sri hashes, see nixos/rfcs#131,
might as well push new users in that direction gently.
Notable exceptions to sri hash support are builtins.fetchTarball,
cataclysm-dda, coq, dockerTools.pullimage, elixir.override, and
fetchCrate. None, other than builtins.fetchTarball, are fundamentally
incompatible, but all currently accept explicit sha256 attributes as
input. Because adding backwards compatibility is out of scope for this
change, they have been left intact, but migration to sri format has been
made for any using old hash formats.
All hashes have been manually tested to be accurate, and updates were
only made for missing upstream artefacts or bugs.
| Colin Arnott | 2022-12-04 | 1 | -1/+1 |
| * | doc: minimize mentions of nix-env -i without -A in nixpkgs manual | Guillaume Girol | 2021-12-18 | 1 | -2/+2 |
| * | doc: prepare for commonmark•••We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly.
Notably:
- Line breaks in lists behave differently.
- Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75
- The auto_identifiers uses a different algorithm – I made the previous ones explicit.
- Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist
While at it, I also fixed the following issues:
- ShellSesssion was used
- Removed some pointless docbook tags.
| Jan Tojnar | 2021-06-07 | 1 | -8/+6 |
| * | docs: pkgconfig -> pkg-config | Jonathan Ringer | 2021-01-19 | 1 | -3/+3 |
| * | treewide: simplify pkgs.stdenv.lib -> pkgs.lib•••The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
| Dominik Xaver Hörl | 2021-01-10 | 1 | -1/+1 |
| * | doc: explicit Markdown anchors for top-level headings; remove metadata•••I used the existing anchors generated by Docbook, so the anchor part
should be a no-op. This could be useful depending on the
infrastructure we choose to use, and it is better to be explicit than
rely on Docbook's id generating algorithms.
I got rid of the metadata segments of the Markdown files, because they
are outdated, inaccurate, and could make people less willing to change
them without speaking with the author.
| Ryan Mulligan | 2021-01-01 | 1 | -1/+1 |
| * | doc/*: editorconfig fixes | zowoq | 2020-07-31 | 1 | -9/+8 |
| * | doc: organize chapters into parts, and reduce toc depth•••Reorganize the chapters into parts and reduce the TOC depth to make the
TOC useful again. The top-level TOC is very brief, but that is fine
because every part will have its own TOC.
Section titles of languages/frameworks are also simplified to just
the name of the language/framework.
| Frederik Rietdijk | 2019-10-20 | 1 | -1/+1 |
| * | Move all nixpkgs doc files in to the doc directory•••This makes a makefile-driven developer workflow nicer.
| Graham Christensen | 2018-03-25 | 1 | -0/+185 |