atop is Linux-only
This commit is contained in:
parent
1205261a7b
commit
835d0a2724
|
@ -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
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue