Commit graph

5 commits

Author SHA1 Message Date
694c0224d3 templates: run 'pre-commit' outside of 'checks'
This allows adding pre-commit checks that can't be run in the sandbox,
such as `clippy` in Rust etc...

Not strictly necessary for the few checks that are enabled in the
current templates, but I like to have very similar setups across the
board.
2023-05-10 13:19:13 +00:00
9540b1424f templates: simplify direnv files
I don't need to bootstrap `nix-direnv` for those projects.

Also remove the unused `watch_file flake/*.nix` directives, as they do
not exist in the templates.
2023-05-10 13:07:37 +00:00
a868088cc9 treewide: rename unused overlay arguments
Now that `nix flake check` doesn't complain about it anymore, try to be
consistent about using that feature.
2023-05-03 15:15:31 +00:00
d424aaa4a1 templates: c++-meson: add '.envrc'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This was ignored when I added the initial commit.
2023-04-18 22:06:57 +01:00
b3e75b374a templates: add c++-meson 2023-04-11 22:31:28 +01:00