Commit Graph

65 Commits

Author SHA1 Message Date
Wolfgang Walther
449be04589
nwg-hello: 0.2.4 -> 0.3.0 (#362927) 2024-12-12 20:34:37 +01:00
Wolfgang Walther
8bad096a16
nwjs-ffmpeg-prebuilt: 0.93.0 -> 0.94.0 (#362798) 2024-12-12 20:29:52 +01: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
6c9cb915b7 nwg-hello: 0.2.4 -> 0.3.0 2024-12-07 20:45:38 +00:00
R. Ryantm
f389b242fe nwjs-ffmpeg-prebuilt: 0.93.0 -> 0.94.0 2024-12-07 12:34:05 +00:00
R. Ryantm
e3939e1c1f nwg-panel: 0.9.50 -> 0.9.53 2024-12-07 10:14:35 +00:00
Nick Cao
c55ed74608
nwg-clipman: 0.2.3 -> 0.2.4 (#360670) 2024-12-01 09:04:23 -05:00
R. Ryantm
065274f48e nwg-clipman: 0.2.3 -> 0.2.4 2024-12-01 05:14:51 +00:00
Anderson Torres
9a56705f94 various: remove AndersonTorres from maintainers
As a short note, I am relinquishing the maintenance of many packages, because it
is too much to me to handle right now.
2024-11-30 16:29:06 -03:00
R. Ryantm
e8f7a3a902 nwg-dock-hyprland: 0.3.2 -> 0.3.3 2024-11-20 10:05:07 +00:00
Gliczy
0a6862aa2c nwg-panel: avoid with lib; 2024-11-16 18:30:11 +01:00
Gliczy
259125e15c nwg-panel: format with nixfmt 2024-11-16 18:28:45 +01:00
Gliczy
d7dc5ef9af nwg-panel: 0.9.48 -> 0.9.50 2024-11-16 18:28:13 +01:00
R. Ryantm
16b6504fed nwg-menu: 0.1.3 -> 0.1.6 2024-11-13 22:33:27 +00:00
R. Ryantm
168a80a4ea nwg-drawer: 0.5.0 -> 0.5.2 2024-11-09 21:33:09 +00: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
aleksana
5214dfb681 nwg-dock-hyprland: 0.2.2 -> 0.3.2
Diff:
https://github.com/nwg-piotr/nwg-dock-hyprland/compare/v0.2.2...v0.3.2
2024-11-07 13:40:56 +08:00
aleksana
f644364e7f nwg-dock-hyprland: move to pkgs/by-name 2024-11-07 12:32:03 +08:00
nixpkgs-merge-bot[bot]
1eff2edca4
nwjs-ffmpeg-prebuilt: 0.92.0 -> 0.93.0 (#351749) 2024-10-28 05:42:19 +00:00
R. Ryantm
533b9b6702 nwjs-ffmpeg-prebuilt: 0.92.0 -> 0.93.0 2024-10-27 21:04:05 +00:00
R. Ryantm
52859ba826 nwg-panel: 0.9.40 -> 0.9.48 2024-10-27 07:17:52 +00:00
OTABI Tomoya
32d0bd7fac
nwg-hello: 0.2.2 -> 0.2.4 (#344620) 2024-10-07 11:09:52 +09:00
natsukium
9e37620c93
nwg-hello: avoid double wrapping 2024-10-06 17:23:14 +09:00
natsukium
ee0b54edca
nwg-hello: switch to pypa builder 2024-10-06 17:20:34 +09:00
R. Ryantm
ed034a1086 nwg-panel: 0.9.39 -> 0.9.40 2024-10-02 03:08:38 +00:00
R. Ryantm
d70d6450a4 nwg-hello: 0.2.2 -> 0.2.4 2024-09-26 10:26:21 +00:00
R. Ryantm
32e29a2dd6 nwjs-ffmpeg-prebuilt: 0.91.0 -> 0.92.0 2024-09-25 13:48:43 +00:00
nixpkgs-merge-bot[bot]
3cd806f0f0
nwg-panel: 0.9.38 -> 0.9.39 (#344197) 2024-09-24 21:16:31 +00: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
R. Ryantm
c6ecc28531 nwg-panel: 0.9.38 -> 0.9.39 2024-09-24 11:55:38 +00:00
R. Ryantm
d3642bbe6c nwg-drawer: 0.4.9 -> 0.5.0 2024-09-22 14:45:33 +00:00
Aleksana
1fbce87dad
nwg-clipman: init at 0.2.3 (#326392) 2024-09-09 12:23:41 +08:00
OTABI Tomoya
7b7079b70e
nwjs-ffmpeg-prebuilt: 0.90.0 -> 0.91.0 (#336606) 2024-09-07 11:36:10 +09:00
R. Ryantm
6597101ced nwg-panel: 0.9.37 -> 0.9.38 2024-08-28 12:37:48 +00:00
AveryanAlex
f2d6afbb92
nwg-clipman: init at 0.2.3 2024-08-24 02:05:52 +03:00
R. Ryantm
3a1427563a nwjs-ffmpeg-prebuilt: 0.90.0 -> 0.91.0 2024-08-22 19:40:56 +00:00
R. Ryantm
e7ae6192a2 nwjs-ffmpeg-prebuilt: 0.89.0 -> 0.90.0 2024-08-10 13:13:29 +00:00
R. Ryantm
2e9f870bf8 nwg-panel: 0.9.36 -> 0.9.37 2024-08-08 09:19:17 +00:00
Ilya Epifanov
7ea0a93461
nwjs-ffmpeg-prebuilt: init at 0.89.0
formatted using `nixfmt-rfc-style`
2024-07-31 00:27:01 +05:30
R. Ryantm
c57c43ad0e nwg-panel: 0.9.34 -> 0.9.36 2024-07-27 18:18:14 +00:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
Aleksana
0cd1c90d8b
Merge pull request #323518 from r-ryantm/auto-update/nwg-drawer
nwg-drawer: 0.4.8 -> 0.4.9
2024-07-06 17:22:45 +08:00
Peder Bergebakken Sundt
34556e5376
Merge pull request #320026 from vifino/nwipe-0.37
nwipe: 0.34 -> 0.37; move to by-name
2024-07-04 20:50:10 +02:00
Weijia Wang
38a54fa9ee
Merge pull request #318283 from r-ryantm/auto-update/nwg-hello
nwg-hello: 0.2.0 -> 0.2.2
2024-07-03 00:17:52 +02:00
R. Ryantm
da5f6bea42 nwg-drawer: 0.4.8 -> 0.4.9 2024-06-30 03:17:31 +00:00
nixpkgs-merge-bot[bot]
e420a7bb30
Merge pull request #320675 from r-ryantm/auto-update/nwg-drawer
nwg-drawer: 0.4.7 -> 0.4.8
2024-06-18 15:52:20 +00:00
R. Ryantm
4016dd568b nwg-drawer: 0.4.7 -> 0.4.8 2024-06-18 03:02:24 +00:00
R. Ryantm
c8568ce553 nwg-hello: 0.2.0 -> 0.2.2 2024-06-16 18:08:41 +00:00
Ludovico Piero
d6b58fc849
nwg-panel: move to pkgs/by-name
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-06-16 16:50:14 +09:00
Adrian Pistol
31ff88c94d nwipe: 0.34 -> 0.37; move to by-name 2024-06-15 11:40:50 +02:00