chromium/update: Remove reference to <nixpkgs>.

We shouldn't make assumptions on what is set by NIX_PATH in order to
make it easier to rename that Nix path reference.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-04-29 08:19:47 +02:00
parent a5f2cbff0a
commit 310da1b4da
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -1,7 +1,7 @@
{ system ? builtins.currentSystem }:
let
inherit (import <nixpkgs> {
inherit (import ../../../../../../. {
inherit system;
}) lib writeText stdenv;