generate ccnet config from template
This commit is contained in:
parent
9133d58418
commit
929eb447a4
2 changed files with 50 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue