Commit Graph

30 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
d554e318c3 monitor: 0.17.1 -> 0.17.2 2024-09-18 11:17:22 +00:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08: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
225a7ccb57 monitor: 0.17.0 -> 0.17.1 2024-04-05 10:01:03 +00:00
Bobby Rong
dd7d7cd54e
monitor: 0.16.1 -> 0.17.0
https://github.com/stsdc/monitor/compare/0.16.1...0.17.0
2023-08-14 11:38:04 +08:00
R. Ryantm
2242ba6c4a monitor: 0.16.0 -> 0.16.1 2023-03-05 00:22:13 +00:00
Bobby Rong
28ca776339
monitor: 0.15.1 -> 0.16.0
https://github.com/stsdc/monitor/compare/0.15.1...0.16.0
2023-02-25 09:51:05 +08:00
Bobby Rong
5797a5ebc9
monitor: 0.15.0 -> 0.15.1
https://github.com/stsdc/monitor/compare/0.15.0..0.15.1
2023-01-29 10:26:03 +08:00
Bobby Rong
6e873de5b8
monitor: 0.14.0 -> 0.15.0
https://github.com/stsdc/monitor/compare/0.14.0...0.15.0
2023-01-23 16:54:18 +08:00
José Romildo
01510c7ff3 treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater 2022-09-27 23:41:53 -03:00
Bobby Rong
2125bb51eb
monitor: switch to gitUpdater 2022-06-16 20:39:42 +08:00
Bobby Rong
5811847961
monitor: 0.13.0 -> 0.14.0 2022-06-16 20:37:53 +08:00
Bobby Rong
6ea480daa5
monitor: 0.12.0 -> 0.13.0 2022-03-17 09:29:59 +08:00
davidak
d35021fc31
monitor: 0.11.0 -> 0.12.0 2022-01-18 22:06:43 +08:00
Bobby Rong
448c1fcf76
monitor: 0.10.0 -> 0.11.0 2021-10-27 22:31:39 +08:00
Bobby Rong
feafe817eb
monitor: 0.9.5 -> 0.10.0 2021-09-28 22:01:18 +08:00
davidak
dfa2dd95c2
Merge pull request #138434 from bobby285271/pantheon-team
treewide: switch from pantheon.maintainers to lib.teams.pantheon
2021-09-19 02:58:11 +02:00
Bobby Rong
0fd8cc3908
treewide: switch from pantheon.maintainers to lib.teams.pantheon 2021-09-18 23:07:00 +08:00
Bobby Rong
ab5e9cebcd
monitor: 0.8.1 -> 0.9.5 2021-09-18 20:35:51 +08:00
Olli Helenius
8609f3fd20
libwnck: make 3.36.0 default 2021-06-24 18:04:30 +03:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
worldofpeace
d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
xiorcale
6ac9782de8 monitor: 0.7.2 -> 0.8.1 2020-07-22 14:31:25 +02:00
xiorcale
ccfe14cb3b github username: kjuvi -> xiorcale 2020-05-09 09:08:18 +02:00
xiorcaled
640eeb9b85 monitor: 0.7.1 -> 0.7.2 2020-05-09 09:08:18 +02:00
worldofpeace
fbd4290fa9 monitor: add note how to use indicator. 2020-04-16 01:11:27 -04:00
worldofpeace
f646069c4c monitor: 0.6.2 -> 0.7.1
https://github.com/stsdc/monitor/releases/tag/0.7.0
https://github.com/stsdc/monitor/compare/0.7.0...0.7.1
2020-04-16 01:11:27 -04:00
worldofpeace
e881997942 monitor: 0.6.1 -> 0.6.2
https://github.com/stsdc/monitor/releases/tag/0.6.2
2019-12-22 23:21:15 -05:00
kjuvi
b697e4a90f monitor: init at 0.6.1 2019-12-22 23:12:43 -05:00