generate ccnet config from template

This commit is contained in:
Trolli Schmittlauch 2019-10-16 17:31:52 +02:00
parent 9133d58418
commit 929eb447a4
2 changed files with 50 additions and 4 deletions

View file

@ -102,11 +102,11 @@
mkdir "$out"
cd "$out"
ln -s ${seahub} seahub
ln -s ${seafile-server-core} seaf-server
ln -s ${seafile-server-core} seafile-server-latest
'';
meta = with lib; {
maintainers = with maintainers; [ schmittlauch ];
license = licenses.free; # components with different free software licenses are combined
};
inherit ccnet-server; # for using the path in the NixOS module
inherit ccnet-server seafile-server-core; # for using the path in the NixOS module
}