index
:
github/PrismLauncher.git
develop
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flake.nix
blob: f61da9f2ed296773889f3408c1c43c597bb2df74 (
plain
)
1
2
3
4
5
6
7
{
description
=
"PolyMC"
;
outputs
=
inputs
:
{
overlay
=
import
./overlay.nix
;
};
}