Add perf command to image
This commit is contained in:
parent
6d4db58e7d
commit
46f699f1c2
@ -36,7 +36,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
#environment.systemPackages = with pkgs; [ vim gdb neofetch gcc bintools ];
|
#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 = ''
|
services.getty.helpLine = ''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user