use new thingies (system/i686-linux.nix -> top-level/all-packages.nix)

svn path=/nixpkgs/trunk/; revision=5862
This commit is contained in:
Armijn Hemel 2006-07-21 13:48:19 +00:00
parent daefa7f60d
commit de51340b0c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#! /bin/sh -e
. $stdenv/setup
source $stdenv/setup
mkdir $out
mkdir $out/bin

View File

@ -1,5 +1,5 @@
rec {
inherit (import /nixpkgs/trunk/pkgs/system/i686-linux.nix)
inherit (import /nixpkgs/trunk/pkgs/top-level/all-packages.nix {})
stdenv kernel ov511;
everything = [kernel ov511];