Revert "environments/rust: init"

This reverts commit 6af093062a.
This commit is contained in:
Primrose 2025-05-22 23:27:26 +02:00
parent 0f623dd975
commit 8bcd7f71b4
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,16 +0,0 @@
{
buildEnv,
#
pkgs,
}:
buildEnv {
name = "rust";
paths = with pkgs; [
gcc
cargo
rustc
rustfmt
rust-analyzer
];
}