Commit Graph

9 Commits

Author SHA1 Message Date
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02: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
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
R. Ryantm
5518318695 gopsuinfo: 0.1.4 -> 0.1.5 2023-07-02 11:20:06 +00:00
R. Ryantm
3dea44a74e gopsuinfo: 0.1.3 -> 0.1.4 2023-05-30 08:01:05 +00:00
R. Ryantm
ddf52e637c gopsuinfo: 0.1.2 -> 0.1.3 2023-03-07 12:34:42 +00:00
R. Ryantm
de1fb0dddc gopsuinfo: 0.1.1 -> 0.1.2 2022-08-31 16:40:06 +00:00
Olivier Nicole
3f9a945025
gopsuinfo: mark package as Linux-only 2022-08-18 18:33:06 +02:00
Olivier Nicole
6a6de26531 gopsuinfo: init at 0.1.1 2022-08-10 13:46:04 +02:00