move dev tools
This commit is contained in:
parent
f25ac3e1fb
commit
1dd8b80d42
4 changed files with 18 additions and 11 deletions
9
dev.nix
Normal file
9
dev.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
elf2uf2-rs
|
||||
gcc
|
||||
gdb
|
||||
lldb
|
||||
rustup
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue