starship requires $CC when going into a C repository (nixpkgs/nix to be exact)
#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
starshiprequires$CCwhen going into a C repository (nixpkgs/nixto be exact)Reproduce
git clone https://github.com/nixpkgs/nix.gitz nix$CCfordarwinprograms.starship.enable = falsez nix$CCWhy?
It appears that Starship is doing something to determine the C version, which is likely causing the prompts.
In the configuration file starship.toml, each language has a specific module. In each module, the language version is automatically displayed. It seems the C module is not included in the current version of Starship
Addressed in #18 by straight up disabling
c. This is because there is technical limitation withhome-manager.config.programs.starship.settings.c.commandsnot supporting nested lists