nixos-config/overlays/site-max.nix
2018-05-09 16:46:33 +02:00

6 lines
71 B
Nix

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