overlay for packaging Seafile server for NixOS
These files need to be owned by the copying user instead of the Nix store permissions. install takes care of that. |
||
|---|---|---|
| captcha | ||
| django-formtools | ||
| django-post_office | ||
| django-ranged-response | ||
| django-simple-captcha | ||
| django-statici18n | ||
| jsonfield | ||
| libevhtp | ||
| libsearpc | ||
| seafile-server | ||
| default.nix | ||
| mod-seafile-server.nix | ||
| Readme.md | ||
| seafile-nixos-tests.nix | ||
| seafile-test.nix | ||
NixOS overlay for Seafile
This is an ongoing attempt to package the Seafile server and create a NixOS module for it.
testing
- building package:
- add this overlay to your nixpkgs overlay configuration
nix-build '<nixpkgs>' -A seafile-server
- testing the NixOS module in a VM:
NIXOS_CONFIG="$(pwd)/seafile-test.nix" nixos-rebuild build-vm --fast --show-trace && result/bin/run-nixos-vm