tvl-depot/third_party/agenix/default.nix

14 lines
162 B
Nix
Raw Normal View History

{ pkgs, depot, ... }:
let
src = depot.third_party.sources.agenix;
agenix = import src {
inherit pkgs;
};
in
{
inherit src;
cli = agenix.agenix;
}