Revert "nix: revert overlay changes and add conditionals to derivation for flake build"

This commit is contained in:
Mustafa Çalışkan
2022-01-08 23:09:53 +03:00
parent 6065b4dcf9
commit 2a760a8e32
3 changed files with 17 additions and 18 deletions

View File

@ -21,13 +21,14 @@
packages = {
polymc = pkgs.libsForQt5.callPackage ./packages/nix/polymc {
inherit self;
isFlakeBuild = true;
submoduleQuazip = quazip;
submoduleNbt = libnbtplusplus;
};
};
overlay = import ./packages/nix/overlay.nix {};
overlay = import ./packages/nix/overlay.nix {
inherit self quazip libnbtplusplus;
};
apps = {
polymc = flake-utils.lib.mkApp {