From ccdae5ed875703c1f79b5092b955c6b0bbe081c4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 22 Jun 2009 16:06:11 +0000 Subject: [PATCH] * Fix building the manual. svn path=/nixos/branches/modular-nixos/; revision=16025 --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index 16ba809139b..fdd1875a606 100644 --- a/release.nix +++ b/release.nix @@ -39,7 +39,7 @@ let }: import "${nixosSrc}/doc/manual" { - inherit nixpkgs; + pkgs = import nixpkgs {}; };