disable seafile overlay for now

This commit is contained in:
Trolli Schmittlauch 2020-08-14 16:44:59 +02:00
parent f624987a00
commit 231d81043e

View file

@ -1,7 +1,7 @@
let
unstable = (import <nixos-unstable> { overlays = [ seaf-overlay ]; }).pkgs;
#unstable = (import <nixos-unstable> { overlays = [ seaf-overlay ]; }).pkgs;
seaf-overlay = (import ./ov/seafile-overlay);
#seaf-overlay = (import ./ov/seafile-overlay);
in
[
@ -9,8 +9,7 @@ in
self: super:
rec {
#jami-ring-daemon = super.qt5.callPackage ./ov/jami/ring-daemon.nix {};
seafile-server = unstable.seafile-server;
#stapler = super.python2.callPackage ./ov/stapler.nix {};
#seafile-server = unstable.seafile-server;
myVim = with super; (vim_configurable.override { python = python3; }).customize {
# executable/ package name
name = "vim";