Document shell.nix / xmloscopy / make for the nixpkgs docs

This commit is contained in:
Graham Christensen
2018-03-25 19:52:08 -04:00
parent 7e25ff7106
commit f67ea4a6d0
2 changed files with 24 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
{ pkgs ? import ../. {} }:
(import ./default.nix).overrideAttrs (x: {
buildInputs = x.buildInputs ++ [ pkgs.xmloscopy ];
})