Commit Graph

14 Commits

Author SHA1 Message Date
R. Ryantm
3c29537edd cargo-make: 0.37.20 -> 0.37.23 2024-11-03 12:27:28 +00:00
Kenichi Kamiya
012d81be69
cargo-make: fix shell completion 2024-10-17 02:55:47 +09:00
R. Ryantm
30fcb67a6b cargo-make: 0.37.18 -> 0.37.20 2024-10-04 05:09:58 +00:00
nartsisss
589ea357b2
cargo-make: 0.37.16 -> 0.37.18 2024-09-30 21:38:25 +03: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
98459cb9aa cargo-make: 0.37.15 -> 0.37.16 2024-08-31 00:27:56 +00:00
R. Ryantm
c08a99bd1a cargo-make: 0.37.14 -> 0.37.15 2024-08-01 07:47:17 +00:00
R. Ryantm
c07e46b23f cargo-make: 0.37.13 -> 0.37.14 2024-07-19 19:32:47 +00:00
R. Ryantm
2f782ddd6a cargo-make: 0.37.12 -> 0.37.13 2024-07-07 12:35:17 +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
f8de3889db cargo-make: 0.37.11 -> 0.37.12 2024-05-04 12:34:14 +00:00
R. Ryantm
67bfdb7d70 cargo-make: 0.37.10 -> 0.37.11 2024-04-06 00:27:16 +00:00
xrelkd
ac6f4419eb
cargo-make: 0.37.9 -> 0.37.10
Diff: https://github.com/sagiegurari/cargo-make/compare/0.37.9...0.37.10

Changelog: https://github.com/sagiegurari/cargo-make/blob/0.37.10/CHANGELOG.md
2024-02-24 04:43:52 +08:00
xrelkd
892afda4fa
cargo-make: migrate to by-name 2024-02-24 04:43:52 +08:00