expose ccnet-server path through attr

This commit is contained in:
Trolli Schmittlauch 2019-10-15 20:01:42 +02:00
parent b93fb689ef
commit 7b9be832b7

View file

@ -108,5 +108,5 @@
maintainers = with maintainers; [ schmittlauch ];
license = licenses.free; # components with different free software licenses are combined
};
inherit seahub;
inherit ccnet-server; # for using the path in the NixOS module
}