From 14ec5cc6fe00ea0f8900a4e063118d9ff396f318 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 13 Aug 2023 01:20:41 +0200 Subject: [PATCH] epyc: add nix-top --- modules/packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/packages.nix b/modules/packages.nix index 5503b6e..7d84ab0 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -35,6 +35,8 @@ usbutils ipmitool + + nix-top # tries to default to soft-float due to out-dated cc-rs ] ++ lib.optional (!stdenv.hostPlatform.isRiscV) bandwhich; }