Commit Graph

34 Commits

Author SHA1 Message Date
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
1883f5d185 avalanchego: 1.11.10 -> 1.11.11 2024-09-04 05:15:48 +00:00
R. Ryantm
7dfd840d4f avalanchego: 1.11.9 -> 1.11.10 2024-07-26 10:54:21 +00:00
R. Ryantm
8c682a2b5a avalanchego: 1.11.8 -> 1.11.9 2024-07-04 05:01:03 +00:00
R. Ryantm
22ccc86bfb avalanchego: 1.11.7 -> 1.11.8 2024-06-13 02:53:15 +00:00
R. Ryantm
5be6c45092 avalanchego: 1.11.6 -> 1.11.7 2024-06-06 00:23:15 +00:00
R. Ryantm
13b430fd02 avalanchego: 1.11.5 -> 1.11.6 2024-05-24 00:35:23 +00:00
Sigmanificient
0058552891 pkgs/applications: remove uneeded fetchpatch arguments 2024-05-21 03:12:20 +02:00
R. Ryantm
c966cd0166 avalanchego: 1.11.4 -> 1.11.5 2024-05-01 00:40:33 +00:00
R. Ryantm
2d098d416f avalanchego: 1.11.3 -> 1.11.4 2024-04-10 00:52:38 +00:00
R. Ryantm
2d9761c736 avalanchego: 1.11.2 -> 1.11.3 2024-03-22 00:28:17 +00:00
R. Ryantm
753c6215df avalanchego: 1.11.1 -> 1.11.2 2024-03-01 14:04:10 +00:00
R. Ryantm
2cab47a26a avalanchego: 1.10.19 -> 1.11.1 2024-02-25 22:14:11 +00:00
R. Ryantm
3a481137bd avalanchego: 1.10.17 -> 1.10.19 2024-01-31 17:43:02 +00:00
R. Ryantm
ed8eec0f14 avalanchego: 1.10.15 -> 1.10.17 2023-12-13 05:46:24 +00:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
R. Ryantm
6e7bf9e941 avalanchego: 1.10.11 -> 1.10.15 2023-11-02 18:44:18 +00:00
R. Ryantm
4026cf38b4 avalanchego: 1.10.10 -> 1.10.11 2023-09-27 23:36:54 +00:00
R. Ryantm
a3b2dfba1d avalanchego: 1.10.9 -> 1.10.10 2023-09-22 12:00:38 +00:00
R. Ryantm
e39acdddb0 avalanchego: 1.10.8 -> 1.10.9 2023-08-29 22:58:59 +00:00
QJoly
c0091bd150 avalanchego: add qjoly as maintainer 2023-08-23 10:00:24 +02:00
QJoly
345d43faf5 avalanchego: 1.10.5 -> 1.10.8 2023-08-23 09:58:48 +02:00
R. Ryantm
5f6ce0da68 avalanchego: 1.10.4 -> 1.10.5 2023-07-22 00:20:11 +00:00
R. Ryantm
4f52684c70 avalanchego: 1.10.3 -> 1.10.4 2023-07-14 12:53:54 +00:00
R. Ryantm
f686555e89 avalanchego: 1.10.2 -> 1.10.3 2023-06-17 06:28:23 +00:00
R. Ryantm
b96bee721b avalanchego: 1.10.1 -> 1.10.2 2023-05-29 08:21:40 +00:00
R. Ryantm
dfe15d6777 avalanchego: 1.10.0 -> 1.10.1 2023-05-06 21:49:31 +00:00
R. Ryantm
b84af4e703 avalanchego: 1.9.16 -> 1.10.0 2023-04-19 06:14:55 +00:00
R. Ryantm
d66d9ac0a9 avalanchego: 1.9.11 -> 1.9.16 2023-03-28 18:05:38 +00:00
R. Ryantm
fe5b3c3e2d avalanchego: 1.9.10 -> 1.9.11 2023-03-09 00:54:20 +00:00
R. Ryantm
8e3984de4c avalanchego: 1.9.9 -> 1.9.10 2023-03-05 19:59:04 +00:00
R. Ryantm
25915c636a avalanchego: 1.9.8 -> 1.9.9 2023-02-26 10:52:50 +00:00
R. Ryantm
e1bb429272 avalanchego: 1.9.7 -> 1.9.8 2023-02-03 23:54:38 +00:00
Colin Arnott
f2c75f068d
avalanchego: init at 1.9.7
Fixes #208032
2023-01-14 10:56:47 +00:00