Commit Graph

18 Commits

Author SHA1 Message Date
Robert Medeiros
8f69661e34
iroh: 0.25.0 -> 0.26.0 2024-10-02 11:52:41 -04: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
Robert Medeiros
5ef4bdfc5a
iroh: 0.24.0 -> 0.25.0 2024-09-17 12:39:02 -04:00
R. Ryantm
048ae52060 iroh: 0.23.0 -> 0.24.0 2024-09-03 02:00:50 +00:00
Robert Medeiros
420875f69a
iroh: 0.21.0 -> 0.23.0 2024-08-21 20:22:28 -04:00
Robert Medeiros
28b47f4598
iroh: 0.20.0 -> 0.21.0 2024-07-22 17:26:17 -04:00
Robert Medeiros
60ae709f30
iroh: 0.19.0 -> 0.20.0 2024-07-09 11:04:45 -04:00
Robert Medeiros
eeba679080
iroh: 0.17.0 -> 0.19.0 2024-06-27 19:16:54 -04:00
R. Ryantm
b09705c547 iroh: 0.16.2 -> 0.17.0 2024-05-25 02:19:14 +00:00
Robert Medeiros
7201f1cfae
iroh: 0.16.0 -> 0.16.2 2024-05-13 14:33:45 -04:00
Robert Medeiros
b0eeeff39c
iroh: 0.15.0 -> 0.16.0 2024-05-13 13:24:39 -04:00
cameronfyfe
df1a1121ee
iroh: 0.14.0 -> 0.15.0
Release Notes: https://github.com/n0-computer/iroh/releases/tag/v0.15.0
Diff: https://github.com/n0-computer/iroh/compare/v0.14.0...v0.15.0
2024-04-29 10:37:58 -06:00
Robert Medeiros
9095fcee66
iroh: 0.13.0 -> 0.14.0 2024-04-15 14:50:16 -04:00
Robert Medeiros
c4304c2afa
iroh: 0.11.0 -> 0.13.0 2024-03-25 16:22:35 -04:00
Robert Medeiros
d28abe1cc6
iroh: 0.5.1 -> 0.11.0 2023-12-08 15:42:16 -05:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Aaron Jheng
6b3dc26f71
iroh: 0.4.1 -> 0.5.1 2023-08-19 22:41:47 +08:00
cameronfyfe
f14e6d63c6 iroh: init at 0.4.1 2023-06-07 14:54:40 -06:00