spaceship-prompt: enable on darwin

This commit enable spaceship-prompt to be used on darwin machines.
This commit is contained in:
Kyle Ondy
2020-07-08 10:39:55 -04:00
parent 6cc3c17bd2
commit b1792aab12

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Zsh prompt for Astronauts";
homepage = "https://github.com/denysdovhan/spaceship-prompt/";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ nyanloutre ];
};
}