atop is Linux-only

This commit is contained in:
Peter Selby 2023-11-06 19:35:27 -08:00
parent 1205261a7b
commit 835d0a2724
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,6 @@ let
common-packages = with pkgs; [
ant
asdf
atop
binutils
btrfs-progs
bundix
@ -109,6 +108,7 @@ let
kristall
castor
] ++ (optionals isLinux [
atop
clj2nix
opencv-java
]);