mirror of
https://github.com/schmittlauch/nur-packages
synced 2026-01-09 15:56:03 +01:00
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:
parent
e00f104ec6
commit
defcc430d1
4 changed files with 2 additions and 256 deletions
|
|
@ -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 { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue