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

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

})