1
Fork 0
mirror of https://github.com/RGBCube/agenix synced 2025-07-27 16:57:46 +00:00
agenix/default.nix
2023-01-29 10:57:51 -08:00

3 lines
84 B
Nix

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