work-site/shell-seafile.nix

6 lines
106 B
Nix
Raw Normal View History

2018-12-18 15:21:35 +01:00
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "seafile";
buildInputs = [ seafile-shared ];
2018-12-18 15:21:35 +01:00
}