Commit Graph

8 Commits

Author SHA1 Message Date
Gaetan Lepage
040e7c82e2 md-tui: 0.8.6 -> 0.8.7
Diff: https://github.com/henriklovhaug/md-tui/compare/refs/tags/v0.8.6...v0.8.7

Changelog: https://github.com/henriklovhaug/md-tui/blob/refs/tags/v0.8.7/CHANGELOG.md
2024-10-18 17:23:00 +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
aleksana
69fdcd4af5 md-tui: add anas to maintainers 2024-09-03 20:22:24 +08:00
Gaetan Lepage
cab1e2bbd4 md-tui: 0.8.5 -> 0.8.6
Diff: https://github.com/henriklovhaug/md-tui/compare/refs/tags/v0.8.5...v0.8.6

Changelog: https://github.com/henriklovhaug/md-tui/blob/refs/tags/v0.8.6/CHANGELOG.md
2024-08-28 09:05:54 +02:00
Gaetan Lepage
9d00f765b4 md-tui: 0.8.4 -> 0.8.5
Diff: https://github.com/henriklovhaug/md-tui/compare/refs/tags/v0.8.4...v0.8.5

Changelog: https://github.com/henriklovhaug/md-tui/blob/refs/tags/v0.8.5/CHANGELOG.md
2024-08-27 08:41:20 +02:00
Gaetan Lepage
c06f27cb4f md-tui: 0.8.3 -> 0.8.4
Diff: https://github.com/henriklovhaug/md-tui/compare/refs/tags/v0.8.3...v0.8.4

Changelog: https://github.com/henriklovhaug/md-tui/blob/refs/tags/v0.8.4/CHANGELOG.md
2024-08-09 13:24:13 +02:00
Gaetan Lepage
5f2c64dc00 md-tui: 0.8.1 -> 0.8.3
Diff: https://github.com/henriklovhaug/md-tui/compare/refs/tags/v0.8.1...v0.8.3

Changelog: https://github.com/henriklovhaug/md-tui/blob/refs/tags/v0.8.3/CHANGELOG.md
2024-07-28 14:12:40 +02:00
Gaetan Lepage
899a94a087 md-tui: init at 0.8.1 2024-06-09 11:46:14 +02:00