diff --git a/.gitignore b/.gitignore index 2bbdbfe..a4abc69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .direnv result +.pre-commit-config.yaml diff --git a/flake.nix b/flake.nix index bdbc81f..ca00a03 100644 --- a/flake.nix +++ b/flake.nix @@ -58,6 +58,11 @@ alejandra ]; + + shellHook = '' + ${config.pre-commit.installationScript} + echo 1>&2 "Welcome to the development shell!" + ''; }; emanote.sites = {