forked from rarias/nixos-riscv
Add gcc and objdump developer tools
This commit is contained in:
@@ -37,5 +37,5 @@
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ gdb neofetch ];
|
||||
environment.systemPackages = with pkgs; [ gdb neofetch gcc bintools ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user