Commit Graph

16 Commits

Author SHA1 Message Date
R. Ryantm
996e06fd07 cyme: 1.8.3 -> 1.8.4 2024-09-28 09:55:01 +00:00
Peder Bergebakken Sundt
212c9887a7
cyme: 1.8.2 -> 1.8.3 (#343990) 2024-09-25 19:09:33 +02: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
h7x4
387746be03
cyme: 1.8.2 -> 1.8.3 2024-09-23 17:32:05 +02:00
R. Ryantm
0763899501 cyme: 1.8.1 -> 1.8.2 2024-08-30 18:29:28 +00:00
R. Ryantm
1bde538a7a cyme: 1.7.0 -> 1.8.1 2024-07-20 08:13:54 +00:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
h7x4
0f0bae8df0
cyme: 1.6.1 -> 1.7.0 2024-07-01 18:29:13 +02:00
R. Ryantm
4e6ac6559c cyme: 1.6.0 -> 1.6.1 2024-06-18 04:23:54 +00: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
h7x4
cc390604e6
cyme: add passthru.tests.version 2023-11-26 23:23:17 +01:00
h7x4
2804d70d6d
cyme: 1.5.2 -> 1.6.0 2023-11-25 22:46:33 +01:00
R. Ryantm
46337b54a6 cyme: 1.5.0 -> 1.5.2 2023-11-17 15:11:09 +00:00
Weijia Wang
a3ba0010c0 cyme: add darwin support 2023-10-25 08:49:01 +02:00
Weijia Wang
1310e498f7 cyme: update meta 2023-10-25 08:48:27 +02:00
h7x4
3a42f32d68
cyme: init at 1.5.0 2023-10-23 22:37:28 +02:00