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, 0 insertions, 3 deletions
diff --git a/doc/shell.nix b/doc/shell.nix
deleted file mode 100644
index 5fa2b4424899a..0000000000000
--- a/doc/shell.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-{ pkgs ? import ../. { } }:
-(import ./default.nix { }).overrideAttrs
-(x: { buildInputs = (x.buildInputs or [ ]) ++ [ pkgs.xmloscopy pkgs.ruby ]; })