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 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 in
[ [
@ -9,8 +9,7 @@ in
self: super: self: super:
rec { rec {
#jami-ring-daemon = super.qt5.callPackage ./ov/jami/ring-daemon.nix {}; #jami-ring-daemon = super.qt5.callPackage ./ov/jami/ring-daemon.nix {};
seafile-server = unstable.seafile-server; #seafile-server = unstable.seafile-server;
#stapler = super.python2.callPackage ./ov/stapler.nix {};
myVim = with super; (vim_configurable.override { python = python3; }).customize { myVim = with super; (vim_configurable.override { python = python3; }).customize {
# executable/ package name # executable/ package name
name = "vim"; name = "vim";