1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

nixos docs: makefile for formatting

This commit is contained in:
Graham Christensen 2018-05-01 18:03:25 -04:00
parent ab1648bf0d
commit 374a3bdf5b
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
2 changed files with 26 additions and 2 deletions

View file

@ -0,0 +1,8 @@
let
pkgs = import ../../.. { };
in
pkgs.mkShell {
name = "nixos-manual";
buildInputs = with pkgs; [ xmlformat jing xmloscopy ];
}