forked from mirrors/nixpkgs
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 }:
|
||||
|
||||
let
|
||||
inherit (import <nixpkgs> {
|
||||
inherit (import ../../../../../../. {
|
||||
inherit system;
|
||||
}) lib writeText stdenv;
|
||||
|
||||
|
|
Loading…
Reference in a new issue