first commit

This commit is contained in:
2025-10-15 19:07:04 +00:00
commit 5d878749f4
2 changed files with 210 additions and 0 deletions

5
flake.nix Normal file
View File

@@ -0,0 +1,5 @@
{
outputs = _: {
lib.setup = ./lib.nix;
};
}