feat: add rust template
This commit is contained in:
parent
8d5300682c
commit
c37a55d570
5 changed files with 82 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue