agenix/default.nix
2023-01-29 10:57:51 -08:00

4 lines
84 B
Nix

{pkgs ? import <nixpkgs> {}}: {
agenix = pkgs.callPackage ./pkgs/agenix.nix {};
}