nix-community/lanzaboote

Deprecation warning from crane

Luflosi opened this issue · 1 comments

When rebuilding my system, I get a deprecation warning:

trace: warning: `crane.lib.${system}` is deprecated. please use `(crane.mkLib nixpkgs.legacyPackages.${system})` instead

This is a new warning from crane, which I imagine should be fairly simple to fix.
The flake.lock file was last updated three months ago (https://github.com/nix-community/lanzaboote/commits/master/flake.lock) and so this warning hasn't made its way into this repo yet but in my flake I'm overriding the crane input to a newer version.

Thank you!