From f78f4f582260f49df30b73148cefdb6e162fe0ee Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 21 Jun 2023 15:41:06 +0200 Subject: [PATCH] Add perf to packages --- m/common/main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/common/main.nix b/m/common/main.nix index f8622b14..9a6e6904 100644 --- a/m/common/main.nix +++ b/m/common/main.nix @@ -34,7 +34,7 @@ environment.systemPackages = with pkgs; [ vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option nix-diff ipmitool freeipmi ethtool lm_sensors ix cmake gnumake file tree - ncdu + ncdu config.boot.kernelPackages.perf # From bsckgs overlay bsc.osumb ];