Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ pkgs, depot, ... }:
let
src = depot.third_party.sources.agenix;
agenix = import src {
inherit pkgs;
};
in
{
inherit src;
cli = agenix.agenix;
}