1
Fork 0
mirror of https://github.com/RGBCube/agenix synced 2025-07-31 02:37:45 +00:00
agenix/default.nix

4 lines
87 B
Nix

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