nix: fix overlay
This commit is contained in:
parent
2a760a8e32
commit
9499acedab
3 changed files with 4 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue