mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
7 lines
107 B
Nix
7 lines
107 B
Nix
{
|
|
description = "PolyMC";
|
|
|
|
outputs = inputs: {
|
|
overlay = import ./packages/nix/overlay.nix;
|
|
};
|
|
}
|