mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 09:40:47 +03:00
4 lines
87 B
Nix
4 lines
87 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
{
|
|
agenix = pkgs.callPackage ./pkgs/agenix.nix {};
|
|
}
|