nixos-config/overlays/site-max.nix

6 lines
71 B
Nix

self: super:
{
site-max = super.callPackage ../pkgs/site-max { };
}