mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-20 16:27:15 +02:00
6 lines
99 B
Nix
6 lines
99 B
Nix
{ self }:
|
|
|
|
final: prev: rec {
|
|
polymc = prev.libsForQt5.callPackage ./polymc { inherit self; };
|
|
}
|