Add flake

This commit is contained in:
2026-08-03 19:53:25 -04:00
parent e4fe94be6f
commit f28fd97c86

5
flake.nix Normal file
View File

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