Commit Graph

20 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
a997d6d81c yubikey-touch-detector: 1.11.0 -> 1.12.0 2024-11-22 04:19:05 +00:00
Aleksana
7a48608acc
yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 2024-11-13 17:29:02 +08:00
R. Ryantm
8ff9d62e81 yubioath-flutter: 7.1.0 -> 7.1.1 2024-11-10 02:02:55 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
linsui
56ad9c0e01 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 2024-10-24 01:48:19 +08:00
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