update my NUR to match NixOS 21.05

- adjust github action to build against 21.05
- possible to drop own mplayer fork
This commit is contained in:
Trolli Schmittlauch 2021-06-03 03:14:18 +02:00
parent e00f104ec6
commit defcc430d1
4 changed files with 2 additions and 256 deletions

View file

@ -15,6 +15,6 @@ rec {
overlays = import ./overlays; # nixpkgs overlays
lolcommits = pkgs.callPackage ./pkgs/lolcommits { mplayer = mplayerV4l; };
mplayerV4l = pkgs.callPackage ./pkgs/mplayer { v4lSupport = true; };
mplayerV4l = pkgs.mplayer.override { v4lSupport = true; };
vollkorn = pkgs.callPackage ./pkgs/vollkorn { };
}