Move the minecraft overlay back out of the global overlays

This commit is contained in:
Jimbo 2024-10-15 22:46:06 -04:00
parent 00ab80d1b8
commit 7f5e5f2cc0
5 changed files with 9 additions and 78 deletions

View file

@ -1,9 +1,8 @@
{ unstable, minecraft, ... }:
{ unstable, ... }:
{
nixpkgs.overlays = [
(import ./unstable { inherit unstable; })
(final: _prev: import ./packages { pkgs = final; })
(import ./mpv)
minecraft.overlay
];
}