Commit Graph

115 Commits

Author SHA1 Message Date
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
redyf
e6734185bc starship: 1.20.0 -> 1.20.1 2024-07-27 11:14:01 -03:00
David Knaack
a6f1107c90 starship: 1.19.0 -> 1.20.0 2024-07-26 19:48:47 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
David Knaack
6e2f131ea0 starship: 1.18.2 -> 1.19.0 2024-05-15 19:29:58 +02:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Mario Rodas
4816fa452a starship: 1.18.1 -> 1.18.2
Diff: https://github.com/starship/starship/compare/v1.18.1...v1.18.2
2024-03-29 20:52:26 -05:00
Lena
8fa66a23d4
starship: 1.18.0 -> 1.18.1 2024-03-24 12:28:04 +01:00
Mario Rodas
3029666a52 starship: 1.17.1 -> 1.18.0
Diff: https://github.com/starship/starship/compare/v1.17.1...v1.18.0
2024-03-21 04:20:00 +00:00
natsukium
5175237922
starship: fix aarch64-darwin build 2024-01-08 02:23:26 +09:00
Lena
b022e0576b
starship: 1.17.0 -> 1.17.1 2024-01-02 20:18:45 +01:00
Mario Rodas
d6990a6478 starship: 1.16.0 -> 1.17.0
Diff: https://github.com/starship/starship/compare/v1.16.0...v1.17.0
2023-12-28 04:20:00 +00:00
Bruno Bigras
1e45a23642 {anytype,dogdns,envchain,kafka-delta-ingest,nwg-launchers,pazi,starship,tab-rs,yggdrasil,zenith}: remove bbigras as maintainer
No longer use those packages.
2023-11-08 20:57:22 -03:00
jacek szymanski
fac229cd1a starship: expose presets in share/starship/presets
expose starship presets so they can be imported into user configuration,
e.g. `with builtins; (fromTOML (readFile "${starship}/share/starship/presets/SOMEPRESET.toml"))`

this allows merging of presets and could be further used by e.g. Home
Manager modules
2023-09-02 15:06:39 +02:00
n3oney
02d604cd68
treewide: add meta.mainProgram 2023-08-05 00:11:04 +02:00
Adam Stephens
db62d26e0e
starship: 1.15.0 -> 1.16.0 2023-07-30 11:58:21 -04:00
kilianar
9ff9f4935a starship: 1.14.2 -> 1.15.0
https://github.com/starship/starship/releases/tag/v1.15.0
2023-06-06 17:47:44 +02:00
Mario Rodas
3ebdf8d35b starship: 1.14.1 -> 1.14.2
https://github.com/starship/starship/releases/tag/v1.14.2
2023-04-13 04:20:00 +00:00
Harsh Shandilya
68652847ed starship: 1.14.0 -> 1.14.1
Diff: https://github.com/starship/starship/compare/v1.14.0...v1.14.1
2023-04-11 08:34:23 +00:00
Harsh Shandilya
1bcb788a92 starship: 1.13.1 -> 1.14.0
Diff: https://github.com/starship/starship/compare/v1.13.1...v1.14.0
2023-04-11 05:36:51 +00:00
kilianar
2d1a6d2957 starship: 1.13.0 -> 1.13.1
https://github.com/starship/starship/releases/tag/v1.13.1
2023-02-26 10:31:28 +01:00
Adam Stephens
9ca037029a
starship: 1.12.0 -> 1.13.0 2023-02-25 12:22:18 -05:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
K900
89ec49e8c5 starship: add git to checkInputs
Fixes build after 3eec3c8fed
2023-01-05 03:27:36 +03:00
Daniel Thwaites
b18950b7c3
starship: 1.11.0 -> 1.12.0 2022-12-13 18:57:40 +00:00
Theodore Ni
7b9bb27e08
starship: reenable default features on darwin 2022-11-04 17:55:53 -07:00
kilianar
95e7454caa starship: 1.10.3 -> 1.11.0
https://github.com/starship/starship/releases/tag/v1.11.0
2022-10-15 08:47:00 +02:00
kilianar
8ebca081b6 starship: 1.10.2 -> 1.10.3
https://github.com/starship/starship/releases/tag/v1.10.3
2022-09-08 22:56:05 +02:00
kilianar
98a92cbe17 starship: 1.10.1 -> 1.10.2
https://github.com/starship/starship/releases/tag/v1.10.2
2022-08-19 11:26:53 +02:00
David Knaack
928eb9fc0b
starship: 1.10.0 -> 1.10.1 2022-08-15 21:14:44 +02:00
Mario Rodas
0dc9748c6f starship: 1.9.1 -> 1.10.0
https://github.com/starship/starship/releases/tag/v1.10.0
2022-08-14 04:20:00 +00:00
kilianar
2e230d1d14 starship: 1.8.0 -> 1.9.1 2022-06-27 21:47:17 +02:00
Mario Rodas
959f75c31e starship: 1.7.1 -> 1.8.0
https://github.com/starship/starship/releases/tag/v1.8.0
2022-06-16 04:20:00 +00:00
Theodore Ni
cce84b571d
starship: 1.6.3 -> 1.7.1
https://github.com/starship/starship/releases/tag/v1.7.1
2022-05-24 21:15:05 -05:00
Mario Rodas
f34d90c56d starship: 1.6.2 -> 1.6.3
https://github.com/starship/starship/releases/tag/v1.6.3
2022-04-27 04:20:00 +00:00
Mario Rodas
539887622b starship: 2022-04-12 -> 1.6.2
https://github.com/starship/starship/releases/tag/v1.6.2
2022-04-15 04:20:00 +00:00
happysalada
b2070af53e starship: use unstable to fix darwin 2022-04-13 20:52:48 -04:00
happysalada
24fc4878bc starship: 1.3.0 -> 1.5.4 2022-04-10 07:48:14 -04:00
David Knaack
a8ef08b624
starship: use system libgit2 2022-03-27 17:22:43 +02:00
David Knaack
3af136067c
starship: remove openssl & pkg-config 2022-03-26 19:02:42 +01:00
happysalada
a328ffc649 starship: fix darwin build 2022-02-13 23:19:04 -05:00
Lyndon Sanche
2c06ad073a
starship: 1.2.1 -> 1.3.0 2022-02-10 21:25:46 -07:00
Mario Rodas
1f9646cad8 starship: 1.1.1 -> 1.2.1
https://github.com/starship/starship/releases/tag/v1.2.0
https://github.com/starship/starship/releases/tag/v1.2.1
2022-01-15 04:20:00 +00:00
Daniel Thwaites
f366ae6429
nixos/starship: add a test 2022-01-12 15:47:15 +00:00
Daniel Thwaites
3f1ef8fe14
nixos/starship: init 2022-01-12 15:47:08 +00:00
Sergey Lukjanov
35dadb714c starship: 1.1.0 -> 1.1.1
Release notes: https://github.com/starship/starship/releases/tag/v1.1.1
2021-12-21 23:46:30 -08:00
Sergey Lukjanov
98183753ec starship: 1.0.0 -> 1.1.0
Release notes: https://github.com/starship/starship/releases/tag/v1.1.0
2021-12-21 08:08:17 -08:00
arcnmx
e57ef4569e starship: build with notification support 2021-12-01 18:17:24 -08:00
happysalada
30a48de7db starship: 0.58.0 -> 1.0.0 2021-11-09 17:16:52 -05:00
Bruno Bigras
fde5e30809 starship: 0.57.0 -> 0.58.0 2021-09-22 00:14:36 +09:00