03d198631645 ^
214f422572bd ^
aa122cbae78c ^
1
2 3
4 5
6 7 8
9 10
11 12 13
{ pkgs, depot, ... }: let src = depot.third_party.sources.agenix; agenix = import src { inherit pkgs; }; in { inherit src; cli = agenix.agenix; }