nix: fix overlay

This commit is contained in:
Mustafa Çalışkan
2022-01-08 23:23:55 +03:00
parent 2a760a8e32
commit 9499acedab
3 changed files with 4 additions and 12 deletions

View File

@ -26,9 +26,9 @@
};
};
overlay = import ./packages/nix/overlay.nix {
inherit self quazip libnbtplusplus;
};
overlay = (final: prev: rec {
polymc = packages.polymc;
});
apps = {
polymc = flake-utils.lib.mkApp {