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";