summary refs log blame commit diff
path: root/doc/shell.nix
blob: 22590142ee1ad0801d128f1289ff2c6658d9335e (plain) (tree)
1
2
3
4



                                                    
{ pkgs ? import ../. {} }:
(import ./default.nix).overrideAttrs (x: {
  buildInputs = x.buildInputs ++ [ pkgs.xmloscopy ];
})