nixos docs: makefile for formatting
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
let
|
||||
pkgs = import ../../.. { };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
name = "nixos-manual";
|
||||
|
||||
buildInputs = with pkgs; [ xmlformat jing xmloscopy ];
|
||||
}
|
||||
Reference in New Issue
Block a user