feat: add templates

This commit is contained in:
2025-08-05 04:41:27 +00:00
parent 492597b7ab
commit bb16555d4f
5 changed files with 164 additions and 0 deletions

6
template/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{ ... }: {
rust = {
path = ./rust;
description = "rust dev flake template";
};
}