1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-10-26 06:29:12 +03:00
agenix/default.nix

5 lines
87 B
Nix

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