feat: add rust template

This commit is contained in:
Moritz Böhme 2024-01-20 13:08:31 +01:00
parent 8d5300682c
commit c37a55d570
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 82 additions and 0 deletions

View file

@ -204,8 +204,13 @@
templates = {
python = {
description = "Simple poetry shell.nix";
path = ./templates/python;
};
rust = {
description = "Crane + Fenix flake with mold for faster local builds.";
path = ./templates/rust;
};
};
};
};