Commit Graph

23 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
a8e51aa44e ethercat: 1.6.1 -> 1.6.2 2024-12-10 02:51:01 +00:00
Pol Dellaiera
59a78fb605 etlegacy-unwrapped: autoformat nixfmt 2024-12-02 13:41:09 +01:00
Pol Dellaiera
b7e33cda32 etlegacy-unwrapped: add more compilation flags 2024-12-02 13:41:09 +01:00
Pol Dellaiera
96aa751629 etlegacy-unwrapped: fix Darwin build 2024-12-02 13:41:09 +01:00
Pol Dellaiera
b8dbeaff4d
etlegacy-unwrapped: 2.82.1 -> 2.83.1 (#360489) 2024-12-01 01:00:00 +01:00
Pol Dellaiera
da14e45b25 etlegacy-unwrapped: 2.82.1 -> 2.83.1 2024-11-30 17:48:07 +01:00
Robert Schütz
6bff67cfbb radicale3: move to aliases 2024-11-29 18:40:24 -08:00
Lan Tian
488a41bcbc
etherguard: init at 0.3.5-f5 2024-11-22 22:24:54 -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
11b4c29cfa ethercat: 1.6.0 -> 1.6.1 2024-08-01 12:09:05 +00:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
R. Ryantm
664da428c4 ethercat: 1.6-alpha -> 1.6.0 2024-06-10 03:36:40 +00:00
heisfer
ce3c0ade85 eta: init at 1.0.1
Added outputs
Added CC flag
Added cross-compilation
unix -> linux
2024-06-02 15:33:18 +03:00
Pol Dellaiera
f2114704be
etlegacy: 2.82.0 -> 2.82.1 2024-04-21 20:12:44 +02:00
Pol Dellaiera
fe24bde02f
etlegacy: fix binaries wrappers 2024-04-09 22:47:07 +02:00
Pol Dellaiera
b3fd70b2d3
etlegacy: fix .desktop files
Fix an issue introduced in #296713
2024-04-07 09:52:04 +02:00
Pol Dellaiera
e1839caba3
etlegacy-unwrapped: init at 2.82.0, etlegacy: refactor 2024-04-04 08:21:51 +02:00
Pol Dellaiera
72f0780e4e
etlegacy: use makeBinaryWrapper 2024-04-04 08:21:24 +02:00
Pol Dellaiera
5b83d883c0
etlegacy: update license 2024-04-04 08:21:24 +02:00
Steffen Vogel
3c31ed9feb ethercat: init at 1.6-alpha 2024-03-26 23:55:30 +01:00
Pol Dellaiera
1ed8115902
etlegacy: 2.81.1 -> 2.82.0 2024-03-10 10:29:52 +01:00