Commit Graph

28 Commits

Author SHA1 Message Date
R. Ryantm
ccc1d7f5c7 twitch-tui: 2.6.16 -> 2.6.17 2024-11-13 08:34:53 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
02454d2dca twitch-tui: 2.6.15 -> 2.6.16 2024-08-24 23:15:26 +00:00
R. Ryantm
fa478694a4 twitch-tui: 2.6.14 -> 2.6.15 2024-08-18 03:02:10 +00:00
R. Ryantm
b9c0e1f4e7 twitch-tui: 2.6.13 -> 2.6.14 2024-08-09 23:23:45 +00:00
R. Ryantm
04bfc1a285 twitch-tui: 2.6.12 -> 2.6.13 2024-06-27 10:30:28 +00:00
R. Ryantm
1fda205c5c twitch-tui: 2.6.11 -> 2.6.12 2024-06-21 01:39:43 +00:00
R. Ryantm
082d969175 twitch-tui: 2.6.10 -> 2.6.11 2024-06-12 23:42:12 +00:00
R. Ryantm
37b1593aba twitch-tui: 2.6.9 -> 2.6.10 2024-05-24 05:49:01 +00:00
R. Ryantm
0f97efdf0b twitch-tui: 2.6.8 -> 2.6.9 2024-05-19 04:19:20 +00:00
R. Ryantm
383a61e888 twitch-tui: 2.6.7 -> 2.6.8 2024-05-13 03:29:27 +00:00
R. Ryantm
3b609eb819 twitch-tui: 2.6.6 -> 2.6.7 2024-04-25 03:34:45 +00:00
R. Ryantm
aad621357e twitch-tui: 2.6.5 -> 2.6.6 2024-03-23 02:40:00 +00:00
R. Ryantm
d0dd9626dd twitch-tui: 2.6.4 -> 2.6.5 2024-03-03 11:31:45 +00:00
R. Ryantm
e495cba8dc twitch-tui: 2.6.3 -> 2.6.4 2024-02-28 13:53:38 +00:00
R. Ryantm
07eed76785 twitch-tui: 2.6.2 -> 2.6.3 2024-02-06 06:09:03 +00:00
R. Ryantm
1ace7d9688 twitch-tui: 2.6.0 -> 2.6.2 2023-12-30 18:40:32 +00:00
R. Ryantm
287a8597d0 twitch-tui: 2.5.1 -> 2.6.0 2023-11-04 02:02:31 +01:00
Austin Horstman
59cf1417db
twitch-tui: fix darwin build 2023-10-13 15:05:01 -05:00
Marcus Ramberg
a2e2e61bb1
twitch-tui: set mainProgram (#258289) 2023-10-01 01:22:45 +02:00
R. Ryantm
9c4a92c0a7 twitch-tui: 2.4.1 -> 2.5.1 2023-08-21 02:47:11 +00:00
R. Ryantm
e25bd6ca09 twitch-tui: 2.4.0 -> 2.4.1 2023-08-06 21:23:10 +00:00
R. Ryantm
115a731e5e twitch-tui: 2.2.1 -> 2.4.0 2023-06-24 08:42:51 +00:00
R. Ryantm
0fa8eb8702 twitch-tui: 2.0.2 -> 2.2.1 2023-04-20 01:03:48 +00:00
Fabian Affolter
2eb019b74f
twitch-tui: add changelog to meta 2023-01-07 23:13:10 +01:00
R. Ryantm
d526cb1b5e twitch-tui: 1.6.0 -> 2.0.2 2023-01-07 17:47:06 +00:00
Stanisław Pitucha
7510407930 twitch-tui: fix darwin build 2022-10-18 00:51:36 +11:00
Taha
d20fae6ff8 twitch-tui: init at 1.6.0 2022-08-05 07:07:42 +02:00