Add flake

This commit is contained in:
2026-08-03 19:54:28 -04:00
parent 85880fffd4
commit fd3f4af492

7
flake.nix Normal file
View File

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