feat: add templates

This commit is contained in:
2025-08-05 04:41:27 +00:00
parent a7fbd59144
commit d24df7ad21
5 changed files with 164 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ ... }: {
rust = {
path = ./rust;
description = "rust dev flake template";
};
}