Commit Graph

10 Commits

Author SHA1 Message Date
Ben Siraphob
c7e10647ea treewide: fix typos 2026-01-13 14:45:11 -05:00
Tom McLaughlin
7dfc1692c0 julia.withPackages: improve test parallelism and logging 2025-08-13 02:33:18 -07:00
Wolfgang Walther
66981875e8 treewide: run yamlfmt
This applies changes from running yamlfmt with the `retain_line_breaks`
formatting option enabled.
2025-06-12 14:46:42 +02: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
Felix Bühler
03c7f5b7a5 Merge pull request #323628 from Stunkymonkey/treewide-ls-remove
treewide: remove printed 'ls'
2024-07-18 00:47:45 +02:00
thomasjm
729e2822ff julia.withPackages: fix for overrides not in a registry 2024-07-03 18:12:44 -07:00
Felix Buehler
3a2073ec5b treewide: remove printed 'ls' 2024-07-03 23:08:14 +02:00
Pyrox
e4556a5877 julia-top-n: fix self-inclusive src 2024-06-17 13:26:17 -04:00
thomasjm
6946c3342e julia.withPackages: be able to test different julia attrs 2024-05-31 01:06:44 -07:00
Tom McLaughlin
00c8a2b81d julia.withPackages: add tests 2024-01-05 17:50:46 -08:00