nixpkgs doc: add format Make target

This commit is contained in:
Graham Christensen 2018-04-30 22:35:54 -04:00
parent 8cb0252b1e
commit ab1648bf0d
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
4 changed files with 81 additions and 2 deletions

View file

@ -1,4 +1,5 @@
{ pkgs ? import ../. {} }:
(import ./default.nix).overrideAttrs (x: {
buildInputs = x.buildInputs ++ [ pkgs.xmloscopy ];
})