Add pre-commit-yaml generator script into shellHook
This commit is contained in:
parent
fe649bebdf
commit
c284766e4e
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
.direnv
|
||||
result
|
||||
.pre-commit-config.yaml
|
||||
|
|
|
|||
|
|
@ -58,6 +58,11 @@
|
|||
|
||||
alejandra
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
${config.pre-commit.installationScript}
|
||||
echo 1>&2 "Welcome to the development shell!"
|
||||
'';
|
||||
};
|
||||
|
||||
emanote.sites = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue