import NUR and use lolcommits from there instead
This commit is contained in:
parent
3b0cbafefe
commit
30b738e544
11 changed files with 14 additions and 477 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue