Add the risc-v toolchain, couldn't package it with nix sadly :/

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-05-20 18:37:59 -07:00
parent b5796f0d6e
commit 2c1671f3d6

View file

@ -33,6 +33,9 @@
gcc-arm-embedded
openocd-pico.packages.${system}.default
];
shellHook = ''
export PATH="$PATH:/home/jmug/dev/built-riscv-gnu-toolchain/bin"
'';
};
}
);