nix-community / lanzaboote

Secure Boot for NixOS [maintainers=@blitz @raitobezarius @nikstur]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warning from crane

Luflosi opened this issue · 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!