mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-01 08:39:54 +03:00
3 lines
84 B
Nix
3 lines
84 B
Nix
{pkgs ? import <nixpkgs> {}}: {
|
|
agenix = pkgs.callPackage ./pkgs/agenix.nix {};
|
|
}
|