1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-09-11 06:05:38 +03:00
agenix/default.nix

4 lines
84 B
Nix
Raw Normal View History

2023-01-29 19:27:20 +03:00
{pkgs ? import <nixpkgs> {}}: {
agenix = pkgs.callPackage ./pkgs/agenix.nix {};
2020-09-03 06:49:24 +03:00
}