linuxPackages.perf is now perf
Some checks failed
CI / build:cross (pull_request) Successful in 23m50s
CI / build:all (pull_request) Failing after 23m55s

This commit is contained in:
2025-12-02 14:39:43 +01:00
parent 4545fbf08f
commit 4fa4005056

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