feat(devenv): add watchexec to devenv
This commit is contained in:
parent
8a1e736f09
commit
972c0aee45
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
{...}: {
|
{pkgs, ...}: {
|
||||||
|
packages = with pkgs; [
|
||||||
|
watchexec
|
||||||
|
];
|
||||||
|
|
||||||
git-hooks = {
|
git-hooks = {
|
||||||
hooks = {
|
hooks = {
|
||||||
alejandra.enable = true;
|
alejandra.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue