Add perf command to image

This commit is contained in:
Rodrigo Arias 2024-09-19 14:18:30 +02:00
parent 6d4db58e7d
commit 46f699f1c2

View File

@ -36,7 +36,10 @@
};
#environment.systemPackages = with pkgs; [ vim gdb neofetch gcc bintools ];
environment.systemPackages = with pkgs; [ rvb riscv-tools ];
environment.systemPackages = with pkgs; [
rvb riscv-tools
config.boot.kernelPackages.perf
];
services.getty.helpLine = ''