remove seafile stuff from overlays
This commit is contained in:
parent
1eb244907d
commit
e1eea0f769
|
@ -1,17 +1,9 @@
|
|||
let
|
||||
unstable = (import <nixos-unstable> { 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";
|
||||
|
|
Loading…
Reference in a new issue