add rust template

This commit is contained in:
2025-03-16 16:43:10 +01:00
parent b83a8f2db9
commit fd9a64cc5b
7 changed files with 111 additions and 0 deletions

View File

@@ -99,4 +99,10 @@
extraSpecialArgs = {inherit inputs;};
};
};
templates = {
rust = {
path = ./templates/rust;
description = "A simple rust binary template";
};
};
}