From 835d0a272481a0ff7e7dc1dc9f77443b0d08303d Mon Sep 17 00:00:00 2001 From: Peter Selby Date: Mon, 6 Nov 2023 19:35:27 -0800 Subject: [PATCH] atop is Linux-only --- niten.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niten.nix b/niten.nix index 334d05b..d7b805a 100644 --- a/niten.nix +++ b/niten.nix @@ -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 ]);