Commit Graph

27 Commits

Author SHA1 Message Date
R. Ryantm
df504337f5 ockam: 0.134.0 -> 0.138.0 2024-10-24 12:35:08 +00:00
R. Ryantm
6b286a5bd9 ockam: 0.132.0 -> 0.134.0 2024-10-01 07:35:51 +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
235b3177f0 ockam: 0.130.0 -> 0.132.0 2024-08-14 08:15:41 +00:00
R. Ryantm
7e8a4f7489 ockam: 0.129.0 -> 0.130.0 2024-08-06 13:47:40 +00:00
R. Ryantm
6305804610 ockam: 0.127.0 -> 0.129.0 2024-07-05 13:29:40 +00:00
R. Ryantm
7e7990228f ockam: 0.126.0 -> 0.127.0 2024-06-28 11:50:06 +00:00
R. Ryantm
c5513f8194 ockam: 0.125.0 -> 0.126.0 2024-06-14 23:15:25 +00:00
R. Ryantm
f967253c4d ockam: 0.124.0 -> 0.125.0 2024-05-31 08:26:29 +00:00
R. Ryantm
746a644cb0 ockam: 0.122.0 -> 0.124.0 2024-05-06 22:02:34 +00:00
R. Ryantm
4ccbf527fc ockam: 0.121.0 -> 0.122.0 2024-04-24 07:34:00 +00:00
Weijia Wang
4b116b8ff3 ockam: fix hash, cleanup 2024-04-20 17:33:24 +02:00
R. Ryantm
26238b318f ockam: 0.120.0 -> 0.121.0 2024-04-12 18:21:37 +00:00
R. Ryantm
a494d7b37b ockam: 0.119.0 -> 0.120.0 2024-04-07 13:55:19 +00:00
R. Ryantm
62e885a401 ockam: 0.118.0 -> 0.119.0 2024-04-03 13:23:33 +02:00
R. Ryantm
3d03f3acbc ockam: 0.117.0 -> 0.118.0 2024-03-13 08:56:36 +00:00
R. Ryantm
ee72655fe6 ockam: 0.116.0 -> 0.117.0 2024-02-22 03:03:33 +00:00
R. Ryantm
315be4dd55 ockam: 0.115.0 -> 0.116.0 2024-01-18 09:07:39 +00:00
GetPsyched
f98ec4f73c treewide: update meta.description to fit the guidelines 2024-01-09 17:12:31 +01:00
R. Ryantm
f6d7b201d7 ockam: 0.114.0 -> 0.115.0 2024-01-07 21:24:48 +00:00
R. Ryantm
fb2fcd6888 ockam: 0.111.0 -> 0.114.0 2023-12-27 08:25:18 +00:00
R. Ryantm
df40868ed6 ockam: 0.105.0 -> 0.111.0 2023-12-17 08:40:28 +00:00
R. Ryantm
474aae6071 ockam: 0.90.0 -> 0.105.0 2023-11-26 14:41:17 +00:00
R. Ryantm
01d60748f6 ockam: 0.89.0 -> 0.90.0 2023-07-02 20:36:48 +08:00
R. Ryantm
e84b8cc15f ockam: 0.88.0 -> 0.89.0 2023-06-12 21:38:31 -04:00
R. Ryantm
859e3f35c8 ockam: 0.87.0 -> 0.88.0 2023-05-30 10:38:10 -04:00
happysalada
d98364dcbb ockam: init at 0.87.0 2023-05-22 11:21:07 -04:00