Add flake

This commit is contained in:
2026-08-04 20:00:38 -04:00
parent 03646b0360
commit c3fbf020a5

9
flake.nix Normal file
View File

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