added rust stuff
This commit is contained in:
10
devenv.nix
10
devenv.nix
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user