Add pre-commit-yaml generator script into shellHook

main
Bill Ewanick 2025-07-26 03:47:35 -04:00
parent fe649bebdf
commit c284766e4e
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.direnv
result
.pre-commit-config.yaml

View File

@ -58,6 +58,11 @@
alejandra
];
shellHook = ''
${config.pre-commit.installationScript}
echo 1>&2 "Welcome to the development shell!"
'';
};
emanote.sites = {