Commit Graph

21 Commits

Author SHA1 Message Date
R. Ryantm
a81bfa5b3d gitu: 0.25.0 -> 0.26.0 2024-10-25 07:40:40 +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
8c2d7df19b gitu: 0.24.0 -> 0.25.0 2024-09-04 05:02:59 +00:00
R. Ryantm
2b86917e7a gitu: 0.23.1 -> 0.24.0 2024-08-09 21:32:23 +00:00
R. Ryantm
bed7864b47 gitu: 0.23.0 -> 0.23.1 2024-07-28 20:05:34 +00:00
R. Ryantm
2dc47672f6 gitu: 0.22.1 -> 0.23.0 2024-07-19 02:22:39 +00:00
R. Ryantm
ac1354c603 gitu: 0.21.1 -> 0.22.1 2024-07-06 17:27:27 +00:00
R. Ryantm
afb245456e gitu: 0.21.0 -> 0.21.1 2024-06-24 02:55:38 +00:00
R. Ryantm
0b0a11c94f gitu: 0.20.1 -> 0.21.0 2024-06-17 01:01:55 +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
R. Ryantm
ca5b495b30 gitu: 0.19.2 -> 0.20.1 2024-05-09 01:36:36 +00:00
R. Ryantm
f0d119ad91 gitu: 0.17.1 -> 0.19.2 2024-04-27 19:37:50 +00:00
Keto
9b4a8a70d0
gitu: 0.16.0 -> 0.17.1 2024-04-19 15:00:00 -04:00
Evan Richter
ac630c499a gitu: 0.15.0 -> 0.16.0 2024-04-16 01:02:53 -06:00
R. Ryantm
646500b85f gitu: 0.13.1 -> 0.15.0 2024-04-11 04:45:01 +00:00
R. Ryantm
aaad7053b3 gitu: 0.11.0 -> 0.13.1 2024-04-05 23:49:51 +00:00
Evan Richter
6aa88482a7 gitu: 0.8.0 -> 0.11.0 2024-03-31 11:42:56 +02:00
R. Ryantm
686126fe95 gitu: 0.7.2 -> 0.8.0 2024-03-22 18:26:29 +00:00
R. Ryantm
0e00fb74db gitu: 0.6.2 -> 0.7.2 2024-03-16 20:32:06 +00:00
R. Ryantm
6be2ed2184 gitu: 0.5.4 -> 0.6.2 2024-03-13 01:03:40 +00:00
Evan Richter
c98936865d gitu: init at 0.5.4 2024-03-10 14:07:25 -06:00