Organizr en overlay

This commit is contained in:
nyanloutre 2018-05-04 16:35:00 +02:00
parent 2787e12243
commit 489f166e36
4 changed files with 8 additions and 2 deletions

5
overlays/organizr.nix Normal file
View file

@ -0,0 +1,5 @@
self: super:
{
organizr = super.callPackage ../pkgs/organizr { };
}