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

})