work-site/shell-seafile.nix
2018-12-18 15:21:35 +01:00

6 lines
106 B
Nix

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