Commit Graph

7 Commits

Author SHA1 Message Date
Silvan Mosberger
776b0b45a3 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 f84e54abd3
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:22:27 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Andrew Brooks
ad0d23d5e1 itktcl: Simplify package with tcl.mkTclDerivation 2021-05-21 15:18:05 -05:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jack Cummings
d402d913d7
bluespec: unstable-2020.02.09 -> unstable-2020.11.04
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-25 10:06:35 -06:00
Austin Seipp
806fac5d10
itktcl: wibble [NFC]
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-28 21:03:35 -06:00
Austin Seipp
6e797033c8
itktcl: init at 4.1.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-28 19:57:39 -06:00