Fix moved package linuxPackages.perf is now perf

This commit is contained in:
Aleix Boné 2025-12-02 14:39:43 +01:00
parent 2264e15102
commit 87bf095dae
No known key found for this signature in database

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
];