flake: updates

This commit is contained in:
Mustafa Çalışkan 2022-01-08 21:53:50 +03:00
parent 8d184958d8
commit b1fa551fd2

View File

@ -11,7 +11,7 @@
}; };
packages = { packages = {
polymc = pkgs.libsForQt5.callPackage ./package/nix {}; polymc = pkgs.libsForQt5.callPackage ./packages/nix/polymc { inherit self; };
}; };
apps = { apps = {
@ -26,7 +26,7 @@
defaultPackage = packages.polymc; defaultPackage = packages.polymc;
defaultApp = apps.polymc; defaultApp = apps.polymc;
overlay = import ./packages/nix/overlay.nix; overlay = import ./packages/nix/overlay.nix { inherit self; };
} }
); );
} }