mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
environments/rust: init
This commit is contained in:
parent
7d3987bdc8
commit
6af093062a
1 changed files with 16 additions and 0 deletions
16
nix/environments/rust.nix
Normal file
16
nix/environments/rust.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
buildEnv,
|
||||
#
|
||||
pkgs,
|
||||
}:
|
||||
buildEnv {
|
||||
name = "rust";
|
||||
paths = with pkgs; [
|
||||
gcc
|
||||
|
||||
cargo
|
||||
rustc
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue