Commit Graph

14 Commits

Author SHA1 Message Date
linsui
266d4c22f7 yutto: 2.0.0-beta.43 -> 2.0.0-rc.4 2024-10-17 14:40:33 +08:00
linsui
c9e4eba8f1 yutto: 2.0.0-beta.40 -> 2.0.0-beta.43 2024-09-28 18:17:55 +02:00
Doron Behar
7b067a12a8
yudit: init at 3.1.0 (#344189) 2024-09-26 09:59:06 +03:00
Doron Behar
e7baca71a7 yudit: init at 3.1.0 2024-09-25 19:45:28 +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
Anthony ROUSSEL
335adbaecd yubico-piv-tool: 2.6.0 -> 2.6.1
https://github.com/Yubico/yubico-piv-tool/compare/yubico-piv-tool-2.6.0...yubico-piv-tool-2.6.1
2024-09-13 19:54:24 +02:00
Anthony ROUSSEL
5ca5521799 yubico-piv-tool: reformat and migrate to pkgs/by-name 2024-08-25 11:39:30 +02:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
linsui
5f3d71366d yutto: format 2024-07-09 21:09:07 +08:00
linsui
f40cb8ed71 yutto: 2.0.0-beta.37 -> 2.0.0-beta.40 2024-07-09 21:09:07 +08: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
linsui
24aa348023 yutto: 2.0.0b36-unstable-2024-03-04 -> 2.0.0-beta.37 2024-03-31 15:28:03 +08:00
linsui
b8a07a48fe yutto: 2.0.0b35 -> 2.0.0b36-unstable-2024-03-04 2024-03-23 01:30:04 +08:00
yunfachi
70f36277f9 yunfaavatar: init at 0.2.0
Co-Authored-By: Christina Sørensen <christina@cafkafk.com>
Co-Authored-By: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2023-10-28 13:39:52 +03:00