shell-seafile.nix: Add.
This commit is contained in:
parent
23fed1c215
commit
c0f065a6d6
1 changed files with 5 additions and 0 deletions
5
shell-seafile.nix
Normal file
5
shell-seafile.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation {
|
||||
name = "seafile";
|
||||
buildInputs = [ seafile-client ];
|
||||
}
|
Loading…
Reference in a new issue