Commit Graph

40 Commits

Author SHA1 Message Date
misuzu
344f87f266
tdl: 0.17.7 -> 0.18.3 (#363149) 2024-12-11 20:52:10 +02:00
misuzu
42d75788a4
tdf: unstable-2024-10-09 -> 0.2.0 (#361832) 2024-12-11 20:20:53 +02:00
Justin Restivo
fea4c74039 tdf: use fetchCargoVendor 2024-12-10 19:34:17 -05: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
259d4e3a9d tdl: 0.17.7 -> 0.18.3 2024-12-08 10:24:07 +00:00
Justin Restivo
dfea47c401 tdf: formatting 2024-12-04 14:01:32 -05:00
Justin Restivo
ad464e054a tdf: unstable-2024-10-09 -> 0.2.0 2024-12-04 13:17:44 -05:00
Justin Restivo
08d9186163 tdf: add DieracDelta as maintainer 2024-12-04 12:59:54 -05:00
Justin Restivo
5e5bb32596 tdf: add darwin support 2024-12-04 12:58:32 -05:00
Vonfry
b0d166fd16
tdlib: 1.8.39 -> 1.8.41
Add vonfry as maintainer
2024-12-04 19:21:12 +08:00
Nick Cao
d7afffe706
tdlib: 1.8.38 -> 1.8.39 (#354893) 2024-11-14 09:14:42 -05:00
github-actions[bot]
b50e7536f8
Merge master into staging-next 2024-11-14 00:14:11 +00:00
Vonfry
23be0bbe8a
tdlib: add update scripts 2024-11-14 07:22:34 +08:00
Arthur Gautier
ba0feae014 tdnf: fixup support for rpm >= 4.19 2024-11-13 12:34:58 -08:00
Vonfry
a0a824214d
tdlib: 1.8.38 -> 1.8.39 2024-11-10 10:18:13 +08:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +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
R. Ryantm
e65122dbc4 tdl: 0.17.5 -> 0.17.7 2024-11-03 22:22:04 +00:00
Francesco Gazzetta
68576df997 treewide: move tcl libraries under tclPackages 2024-10-26 16:23:15 +00:00
Ramses
47a6b1733b
tdf: 0-unstable-2024-05-29 -> 0-unstable-2024-10-09 (#349345) 2024-10-19 23:12:28 +02:00
R. Ryantm
890d1ec4ba tdom: 0.9.4 -> 0.9.5 2024-10-18 06:14:11 +00:00
Tunç Başar Köse
70737f2797 tdf: 0-unstable-2024-05-29 -> 0-unstable-2024-10-09 2024-10-17 22:09:43 +03:00
R. Ryantm
4f9a2928ac tdnf: 3.5.8 -> 3.5.9 2024-10-16 05:00:34 +00:00
R. Ryantm
8aad150daa tdl: 0.17.4 -> 0.17.5 2024-10-04 07:30:49 +00:00
R. Ryantm
d5d4d60670 tdl: 0.17.3 -> 0.17.4 2024-09-09 03:06:25 +00:00
Sandro
b1f9e5b589
Merge pull request #332077 from fgaz/tdom/init 2024-08-22 13:40:16 +02:00
Phani Rithvij
fbf6ab328d
tdl: 0.17.1 -> 0.17.3 (#331930)
nixfmt-rfc-style fmt

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-08-06 16:52:45 +02:00
Francesco Gazzetta
658fff5fab tdom: init at 0.9.4 2024-08-03 23:12:22 +02:00
R. Ryantm
24d0397f64 tdnf: 3.5.7 -> 3.5.8 2024-07-17 06:29:16 +00:00
R. Ryantm
e83bd42ee1 tdnf: 3.5.6 -> 3.5.7 2024-06-25 02:50:19 +00: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
R. Ryantm
3e2f95a821 tdl: 0.17.0 -> 0.17.1 2024-06-06 21:42:32 +00:00
luftmensch-luftmensch
e897944fde
tdf: init at 0-unstable-2024-05-29 2024-06-02 15:48:27 +02:00
Paul Meyer
206669c7aa
Merge pull request #307698 from malt3/tdnf-init
tdnf: init at 3.5.6
2024-05-02 14:47:33 +02:00
Malte Poll
5e7025bb2e tdnf: init at 3.5.6 2024-05-02 11:32:55 +02:00
Andrey Donets
35bee18562 tdl: 0.16.2 -> 0.17.0 2024-04-21 22:14:44 +04:00
R. Ryantm
653c932007 tdl: 0.16.1 -> 0.16.2 2024-04-16 05:15:50 +00:00
Andrey Donets
45b452f4de tdl: 0.16.0 -> 0.16.1 2024-03-04 02:00:09 +04:00
Andrey Donets
c0a47cbb54 tdl: 0.15.1 -> 0.16.0 2024-02-15 16:42:20 +04:00
Andrey Donets
ca067c7863 tdl: init at 0.15.1 2024-02-07 13:12:30 +04:00