Replace references to all-packages.nix, by references to the top-level of nixpkgs repository.

This commit is contained in:
Nicolas B. Pierron
2016-03-13 18:25:52 +00:00
parent 27e5397282
commit 6313a5698a
17 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
$ hydra-eval-jobs pkgs/top-level/release-python.nix
*/
{ nixpkgs ? { outPath = (import ./all-packages.nix {}).lib.cleanSource ../..; revCount = 1234; shortRev = "abcdef"; }
{ nixpkgs ? { outPath = (import ./../.. {}).lib.cleanSource ../..; revCount = 1234; shortRev = "abcdef"; }
, officialRelease ? false
, # The platforms for which we build Nixpkgs.
supportedSystems ? [ "x86_64-linux" ]