Merge pull request #110912 from siraben/stdenv-lib-inherit

treewide: remove inherited stdenv.lib
This commit is contained in:
Sandro
2021-01-27 10:28:55 +01:00
committed by GitHub
32 changed files with 37 additions and 52 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
passthru = {
tests.tor = nixosTests.tor;
updateScript = import ./update.nix {
inherit (stdenv) lib;
inherit lib;
inherit
writeScript
common-updater-scripts