about summary refs log tree commit diff
path: root/nixos/doc/manual/shell.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-07-25nixpkgs/NixOS manuals: devmode featureShahar "Dawn" Or1-0/+20
Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
2023-02-12nixos/manual: remove holdovers from docbook timespennae1-8/+0
these files provided mainly or exclusively xml-related tooling and support for editing the manual. since docbook is now an implementation detail (except for still being allowed in option docs, for now) these tools are no longer necessary, useful, or even functional. xmlformat.conf is still used by the nixpkgs documentation, so we have to keep it. there's no reason it can't go live with the nixpkgs docs though.
2021-05-13mkShell: introduce packages argument (#122180)Jonas Chevalier1-1/+1
The distinction between the inputs doesn't really make sense in the mkShell context. Technically speaking, we should be using the nativeBuildInputs most of the time. So in order to make this function more beginner-friendly, add "packages" as an attribute, that maps to nativeBuildInputs. This commit also updates all the uses in nixpkgs.
2018-05-31doc: Adds xml fixing script. (see previous and next commits)Samuel Dionne-Riel1-1/+1
This script is used to automatically fix issues within xml documentation files. The script is *for now* intended to be used ad-hoc, and the commits to be examined. A future discussion will define whether: * This commit and scripts are kept. * The script is extended for common use. The biggest issue right now with the script is that it *could* in theory destroy a valid space-less varlistentry. The script could, in practical use, be changed and extended to normalize some parts of the XML files, mainly: * A common quoting style for attributes * Fix-up some weird formatting automatically that xmlformat doesn't catch
2018-05-01nixos docs: makefile for formattingGraham Christensen1-0/+8