Add flake

This commit is contained in:
2026-08-03 19:26:07 -04:00
parent 6ec3e0e538
commit e1fdfb951b

7
flake.nix Normal file
View File

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