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:
parent
a5f2cbff0a
commit
310da1b4da
@ -1,7 +1,7 @@
|
|||||||
{ system ? builtins.currentSystem }:
|
{ system ? builtins.currentSystem }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (import <nixpkgs> {
|
inherit (import ../../../../../../. {
|
||||||
inherit system;
|
inherit system;
|
||||||
}) lib writeText stdenv;
|
}) lib writeText stdenv;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user