Add LICENSE

This commit is contained in:
2026-08-04 19:58:21 -04:00
commit d84f59d1b3
3 changed files with 123 additions and 0 deletions

9
flake.nix Normal file
View File

@@ -0,0 +1,9 @@
{
outputs =
{
...
}:
{
overlays.default = import ./overlay.nix;
};
}