import NUR and use lolcommits from there instead

This commit is contained in:
Trolli Schmittlauch 2021-03-11 09:43:11 +01:00
parent 3b0cbafefe
commit 30b738e544
11 changed files with 14 additions and 477 deletions

View file

@ -1,17 +1,17 @@
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
[
(
self: super:
rec {
lolcommits = super.callPackage ./ov/lolcommits-nixpkgs {mplayer = mplayerV4l;};
mplayerV4l = super.callPackage ./ov/mplayer.nix {v4lSupport = true;};
#jami-ring-daemon = super.qt5.callPackage ./ov/jami/ring-daemon.nix {};
#seafile-server = unstable.seafile-server;
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";