Add rust tools
This commit is contained in:
parent
42931f9dbd
commit
8768d12ad6
2 changed files with 11 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./rust.nix
|
||||
./vscodium.nix
|
||||
];
|
||||
}
|
||||
|
|
10
users/willifan/graphical/dev/rust.nix
Normal file
10
users/willifan/graphical/dev/rust.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
rustup
|
||||
probe-rs
|
||||
cargo-binutils
|
||||
|
||||
];
|
||||
}
|
Loading…
Add table
Reference in a new issue