mirror of
https://github.com/RGBCube/agenix
synced 2025-07-27 16:57:46 +00:00
3 lines
84 B
Nix
3 lines
84 B
Nix
{pkgs ? import <nixpkgs> {}}: {
|
|
agenix = pkgs.callPackage ./pkgs/agenix.nix {};
|
|
}
|