Commit Graph

27 Commits

Author SHA1 Message Date
R. Ryantm
e4414e862b rqlite: 8.34.1 -> 8.34.3 2024-12-11 05:50:12 +00: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
df0f590747 rqlite: 8.31.2 -> 8.34.1 2024-11-22 18:04:12 +00:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
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
Daru
eb24f0d65d rqbit: 6.0.0 -> 7.0.1 2024-10-30 11:16:43 +02: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
0f3b632cb1 rquickshare: 0.10.2 -> 0.11.2 2024-08-23 04:15:07 +00:00
ToasterUwU
6967dc4ce9 rqbit: 5.6.1 -> 6.0.0
Diff: ikatson/rqbit@v5.6.1...v6.0.0

Changelog: https://github.com/ikatson/rqbit/releases/tag/v6.0.0
2024-08-15 17:11:32 +02:00
César González Girón
c9f3e91a2e
rquickshare: 0.8.2 -> 0.10.2 2024-07-27 19:05:06 -06:00
Honnip
32725fa674
rquickshare: 0.7.1 -> 0.8.2 2024-06-20 12:15:30 +09: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
luftmensch-luftmensch
b9c9195337
rquickshare: init at 0.7.1 2024-05-20 18:25:43 +02:00
Christina Sørensen
9255c4d2d0
treewide: adopt orphaned packages
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-04-28 20:43:06 +02:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Mario Rodas
5773fb4be3 rqbit: 5.6.0 -> 5.6.1
Diff: https://github.com/ikatson/rqbit/compare/v5.6.0...v5.6.1

Changelog: https://github.com/ikatson/rqbit/releases/tag/v5.6.1
2024-04-23 04:20:00 +00:00
Mario Rodas
c9ac8090e0 rqbit: 5.5.4 -> 5.6.0
Diff: https://github.com/ikatson/rqbit/compare/v5.5.4...v5.6.0

Changelog: https://github.com/ikatson/rqbit/releases/tag/v5.6.0
2024-04-07 04:20:00 +00:00
Mario Rodas
f4e439246e rqbit: 5.5.3 -> 5.5.4
Diff: https://github.com/ikatson/rqbit/compare/v5.5.3...v5.5.4

Changelog: https://github.com/ikatson/rqbit/releases/tag/v5.5.4
2024-03-29 04:20:00 +00:00
Mario Rodas
23f1661c7e rqbit: 5.5.0 -> 5.5.3
Diff: https://github.com/ikatson/rqbit/compare/v5.5.0...v5.5.3

Changelog: https://github.com/ikatson/rqbit/releases/tag/v5.5.3
2024-03-25 04:20:00 +00:00
Mario Rodas
5c58d65ef5 rqbit: 5.4.2 -> 5.5.0
Diff: https://github.com/ikatson/rqbit/compare/v5.4.2...v5.5.0

Changelog: https://github.com/ikatson/rqbit/releases/tag/v5.5.0
2024-02-26 04:20:00 +00:00
Mario Rodas
45b5c34b2b rqbit: 5.4.1 -> 5.4.2
Diff: https://github.com/ikatson/rqbit/compare/v5.4.1...v5.4.2

Changelog: https://github.com/ikatson/rqbit/releases/tag/v5.4.2
2024-01-21 04:20:00 +00:00
Mario Rodas
3efaa20328 rqbit: 5.4.0 -> 5.4.1
Diff: https://github.com/ikatson/rqbit/compare/v5.4.0...v5.4.1

Changelog: https://github.com/ikatson/rqbit/releases/tag/v5.4.1
2024-01-12 04:20:00 +00:00
Mario Rodas
42c4887431 rqbit: 4.0.1 -> 5.4.0
Diff: https://github.com/ikatson/rqbit/compare/v4.0.1...v5.4.0

Changelog: https://github.com/ikatson/rqbit/releases/tag/v5.4.0
2023-12-17 04:20:00 +00:00
Hugh O'Brien
6e5571b09b
rqbit: 3.2.0 -> 4.0.1 2023-12-06 11:38:33 -05:00
Mario Rodas
7eeb6a2856 rqbit: 3.1.0 -> 3.2.0
Diff: https://github.com/ikatson/rqbit/compare/v3.1.0...v3.2.0
2023-11-21 04:20:00 +00:00
Mario Rodas
681e1e07bf rqbit: 2.2.2 -> 3.1.0
Diff: https://github.com/ikatson/rqbit/compare/v2.2.2...v3.1.0
2023-11-21 04:20:00 +00:00
Mario Rodas
ed1c0495d0 rqbit: 2.2.1 -> 2.2.2
Diff: https://github.com/ikatson/rqbit/compare/v2.2.1...v2.2.2
2023-11-16 04:20:00 +00:00