shell-seafile.nix: Add.

This commit is contained in:
Sergiu Ivanov 2018-12-18 15:21:35 +01:00
parent 23fed1c215
commit c0f065a6d6

5
shell-seafile.nix Normal file
View File

@ -0,0 +1,5 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "seafile";
buildInputs = [ seafile-client ];
}