Commit Graph

6 Commits

Author SHA1 Message Date
R. Ryantm
e6d4785ec0 githooks: 3.0.3 -> 3.0.4 2024-09-30 03:08:11 +00:00
R. Ryantm
4356222612 githooks: 3.0.2 -> 3.0.3 2024-09-20 17:30:03 +00: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
Sergei Trofimovich
44744fc83f githooks.tests: fix eval
Without the change the eval fails as:

    $ nix build --no-link -f. githooks.tests
    error:
           … while evaluating the 'name' attribute of a derivation

           … while evaluating a branch condition
             at lib/strings.nix:1194:3:
             1193|   # First detect the common case of already valid strings, to speed those up
             1194|   if stringLength string <= 207 && okRegex string != null
                 |   ^
             1195|   then unsafeDiscardStringContext string

           … in the left operand of the AND (&&) operator
             at lib/strings.nix:1194:33:
             1193|   # First detect the common case of already valid strings, to speed those up
             1194|   if stringLength string <= 207 && okRegex string != null
                 |                                 ^
             1195|   then unsafeDiscardStringContext string

           (stack trace truncated; use '--show-trace' to show the full, detailed trace)

           error: expected a set but found a string: "githooks-cli"
2024-05-23 22:51:08 +01:00
R. Ryantm
cc85aadec0 githooks: 3.0.1 -> 3.0.2 2024-05-08 01:46:51 +00:00
Gabriel Nützi
3cbfe5c47b
githooks: init at 3.0.1
Add platform-independent Git hooks manager `Githooks` at version
3.0.1.Check the [Readme](https://github.com/gabyx/Githooks) for
moreinformation.

Signed-off-by: Gabriel Nützi <gnuetzi@gmail.com>
2024-05-05 19:32:04 +02:00