-
Notifications
You must be signed in to change notification settings - Fork 247
Use pkgs.lib
instead of stdenv.lib
#1031
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
Conversation
Fixes: Warning: `stdenv.lib` is deprecated and will be removed in the next release. Please use `pkgs.lib` instead. For more information see NixOS/nixpkgs#108938
bors try |
tryBuild failed: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
bors try |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sigh, alright then!
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
bors try |
tryAlready running a review |
bors try- |
bors try |
tryBuild failed: |
Fixes: Warning: `stdenv.lib` is deprecated and will be removed in the next release. Please use `pkgs.lib` instead. For more information see NixOS/nixpkgs#108938
Fixes:
Warning:
stdenv.lib
is deprecated and will be removed in the next release. Please usepkgs.lib
instead. For more information see NixOS/nixpkgs#108938