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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/shell.nix b/nixos/doc/manual/shell.nix
index cc3609d750e..e5ec9b8f97f 100644
--- a/nixos/doc/manual/shell.nix
+++ b/nixos/doc/manual/shell.nix
@@ -4,5 +4,5 @@ in
 pkgs.mkShell {
   name = "nixos-manual";
 
-  buildInputs = with pkgs; [ xmlformat jing xmloscopy ruby ];
+  packages = with pkgs; [ xmlformat jing xmloscopy ruby ];
 }