move stuff to extras
This commit is contained in:
parent
1dd8b80d42
commit
9279c2e232
4 changed files with 6 additions and 6 deletions
9
extras/dev.nix
Normal file
9
extras/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