Fix moved package linuxPackages.perf is now perf

This commit is contained in:
2025-12-02 14:39:43 +01:00
committed by Rodrigo Arias Mallo
parent 54e9f0a561
commit 1a8549064b

View File

@@ -1,10 +1,10 @@
{ pkgs, config, ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option
nix-diff ipmitool freeipmi ethtool lm_sensors cmake gnumake file tree
ncdu config.boot.kernelPackages.perf ldns pv
ncdu perf ldns pv
# From jungle overlay
osumb nixgen
];