summary refs log tree commit diff
path: root/doc/shell.nix
blob: e8da2eaf16bea6c506c8bf9aa6b27017c9eff641 (plain) (blame)
1
2
3
4
5
{ pkgs ? import ../. {} }:
(import ./default.nix).overrideAttrs (x: {
  buildInputs = x.buildInputs ++ [ pkgs.xmloscopy ];

})