pollymc/flake.nix
2022-01-08 01:34:32 -06:00

7 lines
93 B
Nix

{
description = "PolyMC";
outputs = inputs: {
overlay = import ./overlay.nix;
};
}