-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
treewide: stdenv.lib -> lib #109455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
treewide: stdenv.lib -> lib #109455
Conversation
54c145d
to
38784cf
Compare
@SuperSandro2000 The mass rebuild is because of whitespace changes in the phases, again. |
085ae5e
to
01a8b18
Compare
01a8b18
to
147830e
Compare
Rebased on master again because of my other treewide PR. If looks good, I will squash the two commits. |
147830e
to
badf512
Compare
/rebase-staging |
badf512
to
38d2719
Compare
There are under 100 rebuilds. I think that could have gone straight to master. |
Right. I missed that the mass-rebuild was removed. |
38d2719
to
badf512
Compare
Reverted back to badf512. |
This breaks in certain places where lib wasn't imported:
nixpkgs/pkgs/applications/editors/kakoune/plugins/kak-fzf.nix Lines 1 to 3 in 3bdf95c
|
@archseer although unfortunate, these changes are hard to review due to the massive scope, I'll create a PR to fix the affected packages |
Those plugins are not evaluated by ofborg so this could happen with every treewide PR. I suggest to add them to evaluation do we noticed such regressions. |
Motivation for this change
Part of #108938.
I wasn't doing sed with
/g
, so here's the fix. Proof:I have not performed the change to pkgs/development which has over 30K occurrences of stdenv.lib