Add flake #4

Merged
Yehowshua merged 10 commits from Artturin/RiscV-Formal:addnix into main 2025-03-14 15:55:41 +00:00
Showing only changes of commit 56a80fe749 - Show all commits

View file

@ -31,7 +31,19 @@
}; };
shell = shell =
let let
riscv64-linux = prev.pkgsCross.riscv64-embedded.__splicedPackages; #riscv64-linux = prev.pkgsCross.riscv64-embedded.__splicedPackages;
riscv64-linux = (import prev.pkgs.path {
localSystem = system;
crossSystem = {
config = "riscv64-none-elf";
libc = "newlib";
gcc = {
arch = "rv64g";
abi = "lp64d";
};
};
}).__splicedPackages;
in in
{ {
tools = { tools = {