Commit Graph

18 Commits

Author SHA1 Message Date
Weijia Wang
6abfa0e387
aichat: 0.20.0 -> 0.22.0 (#339348) 2024-09-26 22:38:07 +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
R. Ryantm
6e85aa8ba6 aichat: 0.20.0 -> 0.22.0 2024-09-24 07:13:05 +00:00
R. Ryantm
8a4db5b604 aichat: 0.19.0 -> 0.20.0 2024-08-02 12:42:41 +00:00
Kenny MacDermid
882c4a9d0a
aichat: add shell completion 2024-07-16 21:20:01 -03:00
R. Ryantm
b118e3a5a5 aichat: 0.18.0 -> 0.19.0 2024-07-04 03:52:24 +00:00
R. Ryantm
dadca24324 aichat: 0.17.0 -> 0.18.0 2024-06-08 17:31:46 +02:00
R. Ryantm
d925bc899a aichat: 0.16.0 -> 0.17.0 2024-05-14 01:09:12 +00:00
R. Ryantm
1dd996e59a aichat: 0.15.0 -> 0.16.0 2024-04-13 19:04:59 +02:00
R. Ryantm
2fd3390823 aichat: 0.14.0 -> 0.15.0 2024-04-08 00:42:07 +00:00
R. Ryantm
8844c068aa aichat: 0.13.0 -> 0.14.0 2024-03-08 19:02:52 +00:00
R. Ryantm
9f1dcd5f76 aichat: 0.12.0 -> 0.13.0 2024-02-26 05:34:46 +00:00
GetPsyched
f98ec4f73c treewide: update meta.description to fit the guidelines 2024-01-09 17:12:31 +01:00
Weijia Wang
67c7894928 aichat: fix build on aarch64-darwin 2024-01-03 15:01:55 +01:00
R. Ryantm
048399c202 aichat: 0.9.0 -> 0.12.0 2024-01-03 14:58:04 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
R. Ryantm
2251d8ffde aichat: 0.8.0 -> 0.9.0 2023-11-10 00:14:12 +01:00
mwdomino
4b2d66b7be aichat: init at 0.8.0 2023-04-02 22:23:05 -04:00