nixos-config/overlays/site-max.nix

6 lines
71 B
Nix
Raw Normal View History

2018-05-09 16:46:33 +02:00
self: super:
{
site-max = super.callPackage ../pkgs/site-max { };
}