Move the minecraft overlay back out of the global overlays
This commit is contained in:
parent
00ab80d1b8
commit
7f5e5f2cc0
5 changed files with 9 additions and 78 deletions
|
@ -1,9 +1,8 @@
|
|||
{ unstable, minecraft, ... }:
|
||||
{ unstable, ... }:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ./unstable { inherit unstable; })
|
||||
(final: _prev: import ./packages { pkgs = final; })
|
||||
(import ./mpv)
|
||||
minecraft.overlay
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue