work-site/shell-seafile.nix
2020-02-17 15:20:29 +01:00

6 lines
106 B
Nix

with import <nixpkgs> {};
stdenv.mkDerivation {
name = "seafile";
buildInputs = [ seafile-shared ];
}