From e1eea0f769d8f8a08fabb5297b809eb5f76b2624 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sun, 15 Aug 2021 13:01:32 +0200 Subject: [PATCH] remove seafile stuff from overlays --- home/overlays.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/home/overlays.nix b/home/overlays.nix index 3cb5752..9b4e923 100644 --- a/home/overlays.nix +++ b/home/overlays.nix @@ -1,17 +1,9 @@ -let - unstable = (import { overlays = [ seaf-overlay ]; }).pkgs; - - seaf-overlay = (import ./ov/seafile-overlay); -in [ ( self: super: rec { #jami-ring-daemon = super.qt5.callPackage ./ov/jami/ring-daemon.nix {}; - seafile-server = unstable.seafile-server; - libevhtp = unstable.libevhtp; - seafile-bindings = unstable.python3Packages.seafile-bindings; myVim = with super; (vim_configurable.override { python = python3; }).customize { # executable/ package name name = "vim";