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