Commit Graph

19 Commits

Author SHA1 Message Date
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
42e1111aff jaq: 1.5.1 -> 1.6.0 2024-07-31 11:35:40 +00:00
R. Ryantm
e10bc79aeb jaq: 1.5.0 -> 1.5.1 2024-07-07 14:13:40 +00:00
R. Ryantm
1f10eafdf6 jaq: 1.4.0 -> 1.5.0 2024-06-26 16:33:56 +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
c3931d856a jaq: 1.3.0 -> 1.4.0 2024-05-24 01:15:11 +00:00
R. Ryantm
c841604f00 jaq: 1.2.0 -> 1.3.0 2024-01-23 08:26:34 +00:00
figsoda
cf82f676a6 jaq: 1.1.2 -> 1.2.0
Diff: https://github.com/01mf02/jaq/compare/v1.1.2...v1.2.0

Changelog: https://github.com/01mf02/jaq/releases/tag/v1.2.0
2023-11-18 18:18:34 -05:00
figsoda
f4d7a6c417 jaq: 1.1.0 -> 1.1.2
Diff: https://github.com/01mf02/jaq/compare/v1.1.0...v1.1.2

Changelog: https://github.com/01mf02/jaq/releases/tag/v1.1.2
2023-11-06 14:49:23 -05:00
figsoda
567605a8da jaq: 1.0.0 -> 1.1.0
Diff: https://github.com/01mf02/jaq/compare/v1.0.0...v1.1.0

Changelog: https://github.com/01mf02/jaq/releases/tag/v1.1.0
2023-10-31 14:36:27 -04:00
figsoda
a5009b514b jaq: 0.10.1 -> 1.0.0
Diff: https://github.com/01mf02/jaq/compare/v0.10.1...v1.0.0

Changelog: https://github.com/01mf02/jaq/releases/tag/v1.0.0
2023-10-08 14:39:49 -04:00
n3oney
02d604cd68
treewide: add meta.mainProgram 2023-08-05 00:11:04 +02:00
figsoda
98775d735c jaq: 0.10.0 -> 0.10.1
Diff: https://github.com/01mf02/jaq/compare/v0.10.0...v0.10.1

Changelog: https://github.com/01mf02/jaq/releases/tag/v0.10.1
2023-07-24 14:11:50 -04:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
R. Ryantm
5e1088a0d4 jaq: 0.9.0 -> 0.10.0 2023-03-09 07:53:08 +00:00
R. Ryantm
e7564bf2f1 jaq: 0.8.2 -> 0.9.0 2022-11-12 09:42:54 +00:00
R. Ryantm
1bf1b018c6 jaq: 0.8.1 -> 0.8.2 2022-10-07 19:22:16 +00:00
R. Ryantm
b1e552ef27 jaq: 0.8.0 -> 0.8.1 2022-10-03 16:23:07 +00:00
Ben Siraphob
c87abaa0f7
jaq: init at 0.8.0 2022-09-25 01:40:03 -05:00