From c8ba912b42364a0a2d5a553d355e630fa1ec671a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 8 Jun 2009 22:43:27 +0000 Subject: [PATCH] * It makes more sense for "path" to point at the top of the Nixpkgs tree, rather than the pkgs subdirectory. svn path=/nixpkgs/trunk/; revision=15893 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 248d0135888..1d7b9c9cc1a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -93,7 +93,7 @@ let # For convenience, allow callers to get the path to Nixpkgs. - path = ./..; + path = ../..; ### Symbolic names.