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:
@@ -114,7 +114,7 @@ in
|
||||
'';
|
||||
|
||||
passthru.updateScript = import ./update.nix {
|
||||
inherit stdenv writeScript coreutils gnugrep jq curl common-updater-scripts gnupg nix runtimeShell;
|
||||
inherit writeScript coreutils gnugrep jq curl common-updater-scripts gnupg nix runtimeShell;
|
||||
inherit (stdenv) lib;
|
||||
inherit majorVersion;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user