Ygg version reversal

This commit is contained in:
kat witch 2021-07-15 02:35:11 +01:00
parent 220d0352aa
commit 1c9c10896e
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 43 additions and 0 deletions

View file

@ -58,6 +58,8 @@ let
zfsUnstable = ksuper.zfsUnstable.overrideAttrs (old: { meta = old.meta // { broken = false; }; });
});
yggdrasil = self.callPackage ./yggdrasil { };
obs-studio = super.obs-studio.override { pipewireSupport = true; };
libreelec-dvb-firmware = self.callPackage ./libreelec-dvb-firmware { };