Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the hooks more verbose #204

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Make the hooks more verbose #204

wants to merge 5 commits into from

Conversation

thufschmitt
Copy link
Member

Print the hook name when it runs.
Makes it easier to understand what's going on.

Depends on #203 (but mostly to avoid some merge conflicts, there's no inherent dependency link between them).

Théophane Hufschmitt added 4 commits May 29, 2024 08:25
Removes the need from running `regenerate-files` manually
This is in particular useful when the source file is generated with Nix.
Use for instance with:

```nickel
{
    files."foo".file = nix.import_nix "nixpkgs#foo",
}
```
Avoids the need for an explicit `nix run .#regenerate-lockfile`
Print the hook name when it runs.
Makes it easier to understand what's going on
@thufschmitt thufschmitt force-pushed the transparent-regen branch 6 times, most recently from 43dd787 to a32698b Compare June 21, 2024 04:42
@thufschmitt thufschmitt force-pushed the transparent-regen branch 3 times, most recently from 2520576 to 436e249 Compare June 26, 2024 16:03
Base automatically changed from transparent-regen to main June 26, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant