Add nixos support

This commit is contained in:
cidkidnix
2022-01-08 01:33:26 -06:00
parent 2c7d248703
commit fc81b81c26
3 changed files with 104 additions and 0 deletions

9
flake.nix Normal file
View File

@ -0,0 +1,9 @@
{
description = "PolyMC";
outputs = inputs: {
overlay = self: super: rec {
polymc = super.libsForQt5.callPackage ./nix/polymc {};
};
};
}