mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 07:59:03 +00:00
Merge pull request #253105 from jacekszymanski/starship-expose-presets
starship: expose presets in share/starship/presets
This commit is contained in:
commit
a32515f232
@ -33,6 +33,10 @@ rustPlatform.buildRustPackage rec {
|
||||
--bash <($out/bin/starship completions bash) \
|
||||
--fish <($out/bin/starship completions fish) \
|
||||
--zsh <($out/bin/starship completions zsh)
|
||||
|
||||
presetdir=$out/share/starship/presets/
|
||||
mkdir -p $presetdir
|
||||
cp docs/.vuepress/public/presets/toml/*.toml $presetdir
|
||||
'';
|
||||
|
||||
cargoHash = "sha256-ZHHrpepKZnSGufyEAjNDozaIKAt2GFRt+hU2ej7LceA=";
|
||||
|
Loading…
Reference in New Issue
Block a user