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:
parent
b5796f0d6e
commit
2c1671f3d6
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@
|
||||||
gcc-arm-embedded
|
gcc-arm-embedded
|
||||||
openocd-pico.packages.${system}.default
|
openocd-pico.packages.${system}.default
|
||||||
];
|
];
|
||||||
|
shellHook = ''
|
||||||
|
export PATH="$PATH:/home/jmug/dev/built-riscv-gnu-toolchain/bin"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue