Commit Graph

21 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
eljamm
edb1a60e57
yazi, yazi-unwrapped: 0.3.2 -> 0.3.3 2024-09-04 19:46:22 +01:00
eljamm
9cba8883bb
yazi-unwrapped: 0.3.1 -> 0.3.2 2024-08-28 10:12:20 +01:00
uncenter
15a36412ca
yazi-unwrapped: add uncenter as maintainer 2024-08-15 17:47:36 +02:00
uncenter
46503af34a
yazi, yazi-unwrapped: 0.3.0 -> 0.3.1 2024-08-15 17:44:40 +02:00
uncenter
80c34fd715
yazi, yazi-unwrapped: 0.2.5 -> 0.3.0 2024-08-01 13:18:42 -04:00
eljamm
7a7956ea79 yazi-unwrapped: auto update version, build date & hash 2024-07-28 13:06:52 +01:00
uncenter
f39e0bc28b
yazi-unwrapped: add vergen environment variables 2024-07-27 18:01:49 -04:00
eljamm
f278ebb4e9
yazi-unwrapped: format with nixfmt 2024-07-03 09:27:18 +01:00
eljamm
b53e0dae4e
yazi-unwrapped: build new yazi-cli tool
In addition to the main program, there is a new CLI tool, now:
https://github.com/sxyazi/yazi/issues/914
2024-07-03 09:26:45 +01:00
eljamm
d42c42b164
yazi: add eljamm as maintainer 2024-06-19 17:59:49 +01:00
linsui
ced6734812 yazi: add config files to wrapper 2024-05-18 01:52:43 +08:00
Mario Rodas
b3c1fa37a5
Merge pull request #306395 from khaneliman/yazi
yazi-unwrapped: 0.2.4 -> 0.2.5
2024-04-24 08:20:51 -05:00
Austin Horstman
273cc780b4
yazi-unwrapped: 0.2.4 -> 0.2.5 2024-04-23 17:40:14 -05:00
Hamed Benazha
ee9b29d17f
yazi-unwrapped: Also use rust-jemalloc-sys on darwin
Co-authored-by: XYenon <register@xyenon.bid>
2024-04-23 13:23:19 +02:00
Hamed Benazha
44744035ff yazi-unwrapped: use system jemalloc 2024-04-22 15:38:20 +02:00
éclairevoyant
753b87aa21
yazi-unwrapped: install desktop file and icon 2024-04-02 17:44:33 -04:00
éclairevoyant
251b7c9404
yazi-unwrapped: remove meta = with lib; 2024-04-02 17:44:23 -04:00
éclairevoyant
87734a9f1c
yazi-unwrapped: fix pname misuse 2024-04-02 17:44:09 -04:00
Lin Xianyi
fcec23d1ac yazi-unwrapped: 0.2.3 -> 0.2.4
Changelog: https://github.com/sxyazi/yazi/releases/tag/v0.2.4
Diff: https://github.com/sxyazi/yazi/compare/v0.2.3...v0.2.4
2024-03-10 16:07:21 +01:00
linsui
a446fd0300 yazi: use wrapper to avoid rebuild 2024-02-19 00:21:06 +08:00