add perf
This commit is contained in:
parent
813f94e302
commit
fbc75b083f
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -21,6 +21,8 @@
|
||||||
|
|
||||||
gdb
|
gdb
|
||||||
ltrace
|
ltrace
|
||||||
|
|
||||||
|
config.boot.kernelPackages.perf
|
||||||
];
|
];
|
||||||
|
|
||||||
services.nixseparatedebuginfod.enable = true;
|
services.nixseparatedebuginfod.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue