nix: use user package set on overlay and switch to ninja
This commit is contained in:
parent
ccde63bbab
commit
ae3c613f6c
2 changed files with 8 additions and 2 deletions
|
@ -27,7 +27,11 @@
|
|||
};
|
||||
|
||||
overlay = (final: prev: rec {
|
||||
polymc = packages.polymc;
|
||||
polymc = prev.libsForQt5.callPackage ./packages/nix/polymc {
|
||||
inherit self;
|
||||
submoduleQuazip = quazip;
|
||||
submoduleNbt = libnbtplusplus;
|
||||
};
|
||||
});
|
||||
|
||||
apps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue