added rust stuff

This commit is contained in:
John Lancaster
2025-09-12 17:46:21 -05:00
parent e00affb037
commit a680007ab9
2 changed files with 112 additions and 1 deletions

View File

@@ -5,7 +5,15 @@
env.GREET = "devenv";
# https://devenv.sh/packages/
packages = [ pkgs.git ];
packages = with pkgs; [
git
# rustc rustfmt cargo
trunk cargo-generate
];
languages.rust = {
enable = true;
};
# https://devenv.sh/languages/
# languages.rust.enable = true;