7 Commits

Author SHA1 Message Date
Vincent Laporte 42cc694c39 ocamlPackages.landmarks: 1.5 → 1.7 2026-06-26 18:14:53 +02:00
Guy Chronister 5dd15df987 ocamlPackages.landmarks: migrate to finalAttrs 2026-05-12 13:36:42 -05:00
Mutsuha Asada 95612d14de ocamlPackages.{landmarks, landmarks-ppx}: modernized derivation
- Removed with lib;
- Added meta.homepage, meta.longDescription, and meta.changelog
2025-06-11 05:44:24 +02:00
Mutsuha Asada 60a9e7cc58 ocamlPackages.{landmarks, landmarks-ppx}: 1.4 -> 1.5
Changelog: https://github.com/LexiFi/landmarks/releases/tag/v1.5
Diff: https://github.com/LexiFi/landmarks/compare/v1.4...v1.5
2025-06-11 05:44:24 +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 https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01: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
Johannes Maier c069b1b7bd ocamlPackages.landmarks{,-ppx}: init at 1.4 2024-04-12 17:16:02 +02:00