nix-community / crate2nix

rebuild only changed crates in CI with crate2nix and nix
https://nix-community.github.io/crate2nix/
Apache License 2.0
352 stars 83 forks source link

treewide: stdenv.lib -> lib #170

Closed cole-h closed 3 years ago

cole-h commented 3 years ago

stdenv.lib is a deprecated alias to lib.


Closes https://github.com/kolloch/crate2nix/issues/169.

kolloch commented 3 years ago

Thanks a lot, @cole-h !