Commit Graph

24 Commits

Author SHA1 Message Date
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
R. Ryantm
de7487e084 pipe-viewer: 0.5.5 -> 0.5.6 2025-04-23 03:11:59 +00:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
R. Ryantm
7fe9ed47db pipe-viewer: 0.5.4 -> 0.5.5 2025-03-29 19:02:11 +00:00
R. Ryantm
3c32e26fee gtk-pipe-viewer: 0.5.3 -> 0.5.4 2025-01-22 01:16:15 +00:00
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
1890efc3bf gtk-pipe-viewer: 0.5.2 -> 0.5.3 2024-08-22 13:15:59 +00:00
R. Ryantm
b8b44ee053 gtk-pipe-viewer: 0.5.1 -> 0.5.2 2024-08-12 01:03:41 +00:00
toh995
8eb13e42aa pipe-viewer: remove dependency on youtube-dl
youtube-dl was marked as "vulnerable" in
https://github.com/NixOS/nixpkgs/pull/325371.
We can rely on yt-dlp instead.
2024-07-12 23:59:18 -07:00
R. Ryantm
c3efd3b823 pipe-viewer: 0.5.0 -> 0.5.1 2024-05-12 13:37:15 +00:00
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
R. Ryantm
726dff81a0 gtk-pipe-viewer: 0.4.9 -> 0.5.0 2024-03-04 13:12:46 +00:00
R. Ryantm
ab297f4e29 gtk-pipe-viewer: 0.4.8 -> 0.4.9 2024-01-07 04:53:28 +00:00
R. Ryantm
a2f22ececf pipe-viewer: 0.3.0 -> 0.4.8 2024-01-05 16:51:01 +01:00
Weijia Wang
68ef996007 Merge pull request #271604 from h7x4/treewide-install-missing-desktop-items
treewide: install missing desktopItems
2023-12-08 01:12:32 +01:00
h7x4
efdec26090 treewide: install missing desktopItems 2023-12-02 06:57:21 +01:00
h7x4
41974d5ed9 treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
R. Ryantm
8287775d1e gtk-pipe-viewer: 0.1.4 -> 0.3.0 2022-09-09 18:53:43 +00:00
Emery Hemingway
b5526585c2 treewide: inject xdg-open into wrappers as $PATH suffix
The xdg-open utility is only ever a runtime dependency and its
dependents only expect that it accept a URI as a command line
argument and do something with it that the user would expect.
For such as a trivial relationship it should be possible for
users to override xdg-open with something else in their PATH.
2022-08-19 13:11:27 -05:00
Julien Moutinho
6b960506f7 pipe-viewer: init at 0.1.4 2021-09-21 16:29:28 +02:00