Commit Graph

12 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
Viorel-Cătălin Răpițeanu
b0b0506693 stremio: 4.4.165 -> 4.4.168
Updated the sources to the latest released version.
2024-09-14 12:19:29 +03:00
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08: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
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
rafaelrc7
b6c9a617ba
stremio: add ffmpeg as runtime dependency to PATH 2024-03-20 23:09:54 -03:00
rafaelrc7
51f359526f
stremio: split derivation arguments into multiple lines 2024-02-19 20:31:01 -03:00
Viorel-Cătălin Răpițeanu
6c3c8cb983 stremio: 4.4.142 -> 4.4.165
Updated the sources to the latest released version.
2024-02-02 00:35:35 +02:00
lucasew
b622967c3a stremio: fix meta.mainProgram
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-08-07 15:54:00 -03:00
P. R. d. O
66a24f05c6
stremio: add icon for desktop file 2023-02-01 07:06:18 -06:00
Nikolay Amiantov
4379a88287 stremio: init at 4.4.142 2021-12-22 14:08:48 +03:00