Add perf command to image
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user