Commit Graph

20 Commits

Author SHA1 Message Date
Wolfgang Walther
3b7251693d
xlockmore: 5.80 -> 5.81 (#362007) 2024-12-12 20:08:57 +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
3ffe8911e0 xlockmore: 5.80 -> 5.81 2024-12-05 08:44:11 +00:00
R. Ryantm
a145c86906 xlogo: 1.0.6 -> 1.0.7 2024-12-02 14:10:30 +00:00
Andreas
e65f4c7c1c 2024.17 -> 2024.18
Signed-off-by: Andreas <asamonik@student.tugraz.at>
2024-11-19 10:17:23 +01:00
Andreas
2528d14a3a xlights: 2024.16 -> 2024.17
Signed-off-by: Andreas <asamonik@student.tugraz.at>
2024-11-13 12:25:43 +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
R. Ryantm
bf95717552 xlights: 2024.15 -> 2024.16 2024-09-19 03:37:42 +00:00
R. Ryantm
b98cad25a7 xlights: 2024.14 -> 2024.15 2024-08-23 03:59:43 +00:00
R. Ryantm
2ac38ca8bb xlights: 2024.13 -> 2024.14 2024-08-07 04:01:48 +00:00
R. Ryantm
67052c6026 xlights: 2024.12 -> 2024.13 2024-07-14 16:37:27 +00:00
éclairevoyant
0926bdbf98
treewide: fix uses of finalAttrs.pname in source urls 2024-07-12 20:23:39 -04:00
R. Ryantm
2ea3d91d46 xlights: 2024.11 -> 2024.12 2024-06-29 02:53:42 +00:00
Sandro
6e280f220c
Merge pull request #322367 from iivusly/xld 2024-06-27 12:57:18 +02:00
iivusly
5988195a31
xld: init at 20240511 2024-06-25 03:07:12 -07:00
R. Ryantm
bb71e98eee xlights: 2024.10 -> 2024.11 2024-06-16 03:09:24 +00:00
Peder Bergebakken Sundt
508fda3e37
Merge pull request #308102 from kashw2/xlights
xlights: fixed invocation for `nix run`
2024-05-01 00:29:28 +02:00
kashw2
62e10ea5f2 xlights: fixed invocation for nix run 2024-05-01 07:32:23 +10:00
R. Ryantm
24c1185b54 xlights: 2024.09 -> 2024.10 2024-04-30 18:12:02 +00:00
kashw2
dccff43736 xlights: migrate to by-name overlay 2024-04-28 16:29:19 +10:00