mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Add nixos support
This commit is contained in:
parent
2c7d248703
commit
fc81b81c26
3 changed files with 104 additions and 0 deletions
9
flake.nix
Normal file
9
flake.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
description = "PolyMC";
|
||||
|
||||
outputs = inputs: {
|
||||
overlay = self: super: rec {
|
||||
polymc = super.libsForQt5.callPackage ./nix/polymc {};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue