treewide: remove inherited stdenv.lib
This commit is contained in:
@@ -132,7 +132,7 @@ in
|
||||
|
||||
passthru.updateScript = import ./update.nix {
|
||||
inherit writeScript coreutils gnugrep jq curl common-updater-scripts gnupg nix runtimeShell;
|
||||
inherit (stdenv) lib;
|
||||
inherit lib;
|
||||
inherit majorVersion;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user