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:
parent
ab1648bf0d
commit
374a3bdf5b
2 changed files with 26 additions and 2 deletions
8
nixos/doc/manual/shell.nix
Normal file
8
nixos/doc/manual/shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
pkgs = import ../../.. { };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
name = "nixos-manual";
|
||||
|
||||
buildInputs = with pkgs; [ xmlformat jing xmloscopy ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue