Change rvb to rvb-clang and fix benchmarks

This commit is contained in:
2025-01-22 17:03:22 +01:00
committed by Rodrigo Arias Mallo
parent c09bdbef96
commit 6185599b70
4 changed files with 39 additions and 31 deletions

View File

@@ -42,7 +42,7 @@
#environment.systemPackages = with pkgs; [ vim gdb neofetch gcc bintools ];
environment.systemPackages = with pkgs; [
rvb riscv-tools stream spec-cpu-mini
rvb-clang riscv-tools stream spec-cpu-mini
config.boot.kernelPackages.perf
];