about summary refs log tree commit diff
path: root/third_party/agenix/default.nix
blob: f80dda512c5bb38da813e124fb4b74acb6469aae (plain) (blame)
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;
}