Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/nixos/doc/manual/shell.nix

9 lines
142 B
Nix
Raw Normal View History

nixos docs: makefile for formatting
2018-05-01 18:03:25 -04:00
let
pkgs = import ../../.. { };
in
pkgs.mkShell {
name = "nixos-manual";
doc: Adds xml fixing script. (see previous and next commits) 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-31 20:26:27 -04:00
buildInputs = with pkgs; [ xmlformat jing xmloscopy ruby ];
nixos docs: makefile for formatting
2018-05-01 18:03:25 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 578ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API