about 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, 2 insertions, 1 deletions
diff --git a/doc/shell.nix b/doc/shell.nix
index 22590142ee1a..24fe20e81050 100644
--- a/doc/shell.nix
+++ b/doc/shell.nix
@@ -1,4 +1,5 @@
 { pkgs ? import ../. {} }:
 (import ./default.nix).overrideAttrs (x: {
-  buildInputs = x.buildInputs ++ [ pkgs.xmloscopy ];
+  buildInputs = x.buildInputs ++ [ pkgs.xmloscopy pkgs.ruby ];
+
 })