From a1f258c5ce650f75834b366c1834102caeb701f3 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 f8622b1..9a6e690 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 ];