Commit Graph

14 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
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
Stanisław Pitucha
32abce05f1 wrangler: fix darwin builds
Remove unnecessary deps, update platforms.
2024-10-31 09:54:00 +11:00
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
Peder Bergebakken Sundt
b107409263
writefreely: 0.15.0 -> 0.15.1 (#347269) 2024-10-19 04:52:37 +02:00
Cassie Cheung
85848e7d8b
writefreely: format with nixfmt 2024-10-08 18:13:04 +08:00
Cassie Cheung
852a489ac7
writefreely: move to pkgs/by-name 2024-10-08 18:04:56 +08:00
Ryan Omasta
96dfef0228
wrangler: 3.72.1 -> 3.80.1 2024-10-07 19:11:35 -06:00
Ryan Omasta
25ca834635
wrangler: 3.66.0 -> 3.72.1 2024-08-20 13:51:27 -06:00
seth
39f7452f08
wrangler: set SSL_CERT_FILE
Workaround for https://github.com/cloudflare/workers-sdk/issues/3264
2024-08-02 04:16:27 -04:00
Ryan Omasta
234a10137e
wrangler: 3.62.0 -> 3.66.0 2024-07-23 15:50:06 -06:00
Ryan Omasta
955ee92439
wrangler: add ryand56 to maintainers 2024-07-22 13:23:23 -06:00
Drewry Pope
5c5b655799 wrangler: init at 3.62.0
Co-authored-by: Sean Murphy <sean@gopaddy.ch>
2024-07-10 04:10:00 -05:00