about summary refs log tree commit diff
path: root/nixos/doc/manual/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/shell.nix')
-rw-r--r--nixos/doc/manual/shell.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/nixos/doc/manual/shell.nix b/nixos/doc/manual/shell.nix
deleted file mode 100644
index e5ec9b8f97f7..000000000000
--- a/nixos/doc/manual/shell.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-let
-  pkgs = import ../../.. { };
-in
-pkgs.mkShell {
-  name = "nixos-manual";
-
-  packages = with pkgs; [ xmlformat jing xmloscopy ruby ];
-}