Merge pull request #92718 from KyleOndy/enable-spaceship-prompt-on-darwin
spaceship-prompt: enable on darwin
This commit is contained in:
commit
4b3ee09f53
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Zsh prompt for Astronauts";
|
description = "Zsh prompt for Astronauts";
|
||||||
homepage = "https://github.com/denysdovhan/spaceship-prompt/";
|
homepage = "https://github.com/denysdovhan/spaceship-prompt/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ nyanloutre ];
|
maintainers = with maintainers; [ nyanloutre ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user