diff --git a/pkgs/tools/system/ansible/default.nix b/pkgs/tools/system/ansible/default.nix index b3d40712926..4bc41f5d04e 100644 --- a/pkgs/tools/system/ansible/default.nix +++ b/pkgs/tools/system/ansible/default.nix @@ -32,6 +32,6 @@ pythonPackages.buildPythonPackage rec { description = "A simple automation tool"; license = licenses.gpl3; maintainers = [ maintainers.joamaki ]; - platforms = platforms.linux; # Only tested on Linux + platforms = platforms.linux ++ [ "x86_64-darwin" ]; }; }