treewide: fixup evaluation of updater scripts

... broken by f3282c8 #63177.  Discovered by the tarball job:
https://hydra.nixos.org/build/94927223
This commit is contained in:
Vladimír Čunát
2019-06-18 13:08:32 +02:00
parent 7bd160ad48
commit 5e045da578
5 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.updateScript = import ./update.nix {
inherit stdenv lib writeScript coreutils gnugrep jq curl common-updater-scripts runtimeShell;
inherit lib writeScript coreutils gnugrep jq curl common-updater-scripts runtimeShell;
};
meta = {