aboutsummaryrefslogtreecommitdiff
path: root/devShells/riscv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devShells/riscv.nix')
-rw-r--r--devShells/riscv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/devShells/riscv.nix b/devShells/riscv.nix
index f17b85d..99a0259 100644
--- a/devShells/riscv.nix
+++ b/devShells/riscv.nix
@@ -6,7 +6,7 @@ let
localSystem = system;
crossSystem = {
config = "riscv32-none-elf";
- libc = "newlib";
+ libc = "newlib-nano";
gcc = {
arch = "rv32i";
};