agenix/default.nix

4 lines
84 B
Nix

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