2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-12 07:54:50 +00:00
Commit Graph

26 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
Sh0g0-1758
122b38d664 agorakit: init at 1.9.2 2024-11-17 16:08:58 +01:00
XYenon
00e680083a age-plugin-yubikey: switch to apple-sdk_11 2024-11-13 12:32:28 +08: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
Nikolay Korotkiy
453c0a8441
agate: 3.3.9 → 3.3.10 2024-11-08 19:30:18 +04:00
Emily
85f7e662ed
pkgs/by-name/[ab].+: migrate to new apple sdk () 2024-11-07 05:50:23 +00:00
Sarah Clark
d27020a7b1 agate: migrate to new apple sdk structure 2024-11-06 16:12:28 -08:00
Adam C. Stephens
ceb52df314
age-plugin-yubikey: add adamcstephens as maintainer 2024-11-06 10:57:25 -05:00
Adam C. Stephens
0911c1abd3
age-plugin-yubikey: move to by-name 2024-11-06 10:57:24 -05:00
Marcel
acb1661f74
aggregate6: init at 1.0.12 2024-11-03 17:41:19 +01:00
Paul Meyer
0bd28ed1e5 agebox: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-10-04 13:56:37 +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
Nikolay Korotkiy
91b9f1c8e4
agate: 3.3.8 → 3.3.9 2024-09-15 16:23:09 +04:00
lassulus
fa666a7ab9
make age-plugin-fido2-hmac work on darwin () 2024-09-05 22:06:12 +01:00
Ólafur Bjarki Bogason
8c507882d3 make age-plugin-fido2-hmac work on darwin 2024-09-03 18:59:36 +01:00
Jan Tojnar
b4c59a979a gnome-bluetooth{,_1_0}: Move to by-name 2024-09-01 14:16:31 +02:00
Nikolay Korotkiy
4a00656438
agate: 3.3.7 → 3.3.8 2024-07-26 23:49:37 +04:00
Nikolay Korotkiy
ee732eb25c
agate: migrate to by-name 2024-07-26 23:47:27 +04: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
Aleksana
57c78dc471
Merge pull request from MatthewCroughan/mc/age-plugin-fido2-hmac
age-plugin-fido2-hmac: init at 0.2.3
2024-05-19 14:54:33 +08:00
matthewcroughan
daa72d3e49 age-plugin-fido2-hmac: init at 0.2.3 2024-05-17 19:48:26 +01:00
John Titor
dd042ccaae
ags: format with nixfmt-rfc-style 2024-05-08 22:45:51 +05:30
John Titor
fd152d9f30
ags: add johnrtitor as maintainer 2024-05-08 22:45:21 +05:30
John Titor
9ab0b195d1
ags: 1.8.0 -> 1.8.2
add update script
2024-05-08 22:45:20 +05:30
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Gabriel Arazas
e494174e18
ags: init at 1.8.0 2024-03-06 18:16:39 +08:00