summary refs log tree commit diff
path: root/doc/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'doc/shell.nix')
-rw-r--r--doc/shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/shell.nix b/doc/shell.nix
new file mode 100644
index 00000000000..5fa2b442489
--- /dev/null
+++ b/doc/shell.nix
@@ -0,0 +1,3 @@
+{ pkgs ? import ../. { } }:
+(import ./default.nix { }).overrideAttrs
+(x: { buildInputs = (x.buildInputs or [ ]) ++ [ pkgs.xmloscopy pkgs.ruby ]; })