about summary refs log tree commit diff
path: root/nixpkgs/nixos/doc/manual/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/doc/manual/shell.nix')
-rw-r--r--nixpkgs/nixos/doc/manual/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/doc/manual/shell.nix b/nixpkgs/nixos/doc/manual/shell.nix
index cc3609d750e0..e5ec9b8f97f7 100644
--- a/nixpkgs/nixos/doc/manual/shell.nix
+++ b/nixpkgs/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 ];
 }