agenix/default.nix

5 lines
87 B
Nix

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