Commit Graph

12 Commits

Author SHA1 Message Date
Aaron Jheng
3e8d408a5e
mysql-shell{,_8,-innovation}: format with nixfmt 2024-11-24 10:47:09 +08:00
Theodore Ni
9ba75eb753
mysql-shell-innovation: add libutil on darwin; refactor to new SDK pattern 2024-11-09 05:27:34 -08:00
Aaron Jheng
cbcee24607
mysql-shell-innovation: 9.0.1 -> 9.1.0 2024-10-17 02:18:09 +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
Aaron Jheng
90addb6b7f
mysql-shell-innovation: 9.0.0 -> 9.0.1 2024-07-25 08:57:23 +00:00
Aaron Jheng
5ba8d3a083
mysql-shell-innovation: 8.4.0 -> 9.0.0 2024-07-08 12:52:29 +08: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
Aaron Jheng
0d1b4f63f1
mysql-shell-innovation: 8.3.0 -> 8.4.0 2024-05-15 22:52:28 +08:00
Aaron Jheng
67d15b0c09
mysql-shell-innovation: 8.2.1 -> 8.3.0 2024-01-28 10:05:35 +08:00
Aaron Jheng
395a593848
mysql-shell-innovation: 8.2.0 -> 8.2.1 2023-11-30 08:26:42 +00:00
Aaron Jheng
919951b1e5
mysql-shell-innovation: 8.1.1 -> 8.2.0 2023-10-30 10:23:46 +08:00
Aaron Jheng
a74b301267
mysql-shell-innovation: init at 8.1.1 2023-09-23 20:52:26 +08:00