Commit Graph

43 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
R. Ryantm
cb76615528 cyberpunk-neon: 0-unstable-2024-09-15 -> 0-unstable-2024-11-07 2024-12-08 00:33:06 +00:00
Kenichi Kamiya
81c4870a68
cyme: 1.8.4 -> 1.8.5
Changelog: a7fdf783cb/CHANGELOG.md (L3-L11)
Diff: https://github.com/tuna-f1sh/cyme/compare/v1.8.4...v1.8.5
2024-12-04 09:30:56 +09:00
Alexander Sieg
7ce5501df0 cyclonedx-cli: add team cyberus to maintainers 2024-12-03 16:23:50 +01:00
Alexander Sieg
11ad6d0722 cyclonedx-cli: 0.25.1 -> 0.27.2 2024-12-03 16:16:06 +01:00
Moraxyc
5445bd068e
cyrus-imapd.meta: add changelog 2024-11-24 02:46:04 +08:00
Moraxyc
ad8534e407
cyrus-imapd.meta: fix wrong mainProgram 2024-11-23 22:02:22 +08:00
Moraxyc
74d5eb6a96
cyrus-imapd: remove unused inputs 2024-11-23 22:00:00 +08:00
OTABI Tomoya
b0afbd864a
cynthion: init at 0.1.7 (#353392) 2024-11-19 17:37:15 +09:00
David McFarland
b0d941edb4
dotnet: november 2024 upgrades and infrastructure changes (#355753) 2024-11-18 20:20:45 -04:00
Karolis Stasaitis
57fb63c931 cynthion: init at 0.1.7 2024-11-18 12:44:14 +01:00
David McFarland
bfaca46529 dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 2024-11-17 18:35:19 -04: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
Moraxyc
7a020d9dc3
cyrus-imapd: init at 3.10.0
Co-authored-by: jtbx <jeremy@baxters.nz>
Co-authored-by: drupol <pol.dellaiera@protonmail.com>
2024-10-19 23:53:09 +08:00
R. Ryantm
996e06fd07 cyme: 1.8.3 -> 1.8.4 2024-09-28 09:55:01 +00:00
R. Ryantm
4231cb5da2 cyberpunk-neon: 0-unstable-2024-02-23 -> 0-unstable-2024-09-15 2024-09-26 18:19:19 +00:00
Peder Bergebakken Sundt
212c9887a7
cyme: 1.8.2 -> 1.8.3 (#343990) 2024-09-25 19:09:33 +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
h7x4
387746be03
cyme: 1.8.2 -> 1.8.3 2024-09-23 17:32:05 +02:00
R. Ryantm
0763899501 cyme: 1.8.1 -> 1.8.2 2024-08-30 18:29:28 +00:00
superherointj
04e8554b12
Merge pull request #331410 from museoa/upload-cyberpunk-neon
cyberpunk-neon: init at 0-unstable-2024-02-23
2024-08-15 18:49:48 -03:00
Thomas Mühlbacher
9c5affce9f cyclonedx-cli: 0.25.0 -> 0.25.1
Among other things, this updates the known valid SPDX IDs and hence make
the `validate` command work with more SBOMs.

Changes: https://github.com/CycloneDX/cyclonedx-cli/releases/tag/v0.25.1
2024-08-01 19:05:51 +02:00
Anderson Torres
43e57e455e cyberpunk-neon: init at 0-unstable-2024-02-23 2024-07-31 22:12:23 -03:00
R. Ryantm
1bde538a7a cyme: 1.7.0 -> 1.8.1 2024-07-20 08:13:54 +00:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
h7x4
96700a2ada
Merge pull request #323847 from h7x4/pkgs-update-cyme
cyme: 1.6.1 -> 1.7.0
2024-07-03 00:06:19 +02:00
h7x4
0f0bae8df0
cyme: 1.6.1 -> 1.7.0 2024-07-01 18:29:13 +02:00
R. Ryantm
e41f12d48c cyclonedds-cxx: 0.10.4 -> 0.10.5 2024-06-30 00:43:41 +00:00
Peder Bergebakken Sundt
eb1ba314af
Merge pull request #263036 from Linbreux/add-cyclonedds-cxx
cyclonedds-cxx: init at v0.10.4
2024-06-29 17:17:40 +02:00
Linbreux
edbe783b17 cyclonedds-cxx: init at v0.10.4 2024-06-28 19:27:56 +02:00
R. Ryantm
4e6ac6559c cyme: 1.6.0 -> 1.6.1 2024-06-18 04:23:54 +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
8f2afba3ae cyanrip: 0.9.2 -> 0.9.3.1 2024-06-05 15:49:52 +02:00
Markus Theil
3935b40f3c
cyclonedx-cli: init at 0.25.0
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-04-15 11:20:56 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
h7x4
cc390604e6
cyme: add passthru.tests.version 2023-11-26 23:23:17 +01:00
h7x4
2804d70d6d
cyme: 1.5.2 -> 1.6.0 2023-11-25 22:46:33 +01:00
Zane van Iperen
b021130d47
cyanrip: 0.9.0 -> 0.9.2
Also convert to pkgs/by-name and reformat.
2023-11-21 20:29:23 +10:00
R. Ryantm
46337b54a6 cyme: 1.5.0 -> 1.5.2 2023-11-17 15:11:09 +00:00
Weijia Wang
a3ba0010c0 cyme: add darwin support 2023-10-25 08:49:01 +02:00
Weijia Wang
1310e498f7 cyme: update meta 2023-10-25 08:48:27 +02:00
h7x4
3a42f32d68
cyme: init at 1.5.0 2023-10-23 22:37:28 +02:00