feat(devenv): add watchexec to devenv

This commit is contained in:
Michael Mandl 2025-06-18 08:58:56 +02:00
parent 8a1e736f09
commit 972c0aee45
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -1,4 +1,8 @@
{...}: { {pkgs, ...}: {
packages = with pkgs; [
watchexec
];
git-hooks = { git-hooks = {
hooks = { hooks = {
alejandra.enable = true; alejandra.enable = true;