Skip to content

Commit

Permalink
fix: pre-commit-hooks - broken path
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Mar 17, 2024
1 parent 0eb83b2 commit 9f04e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ in {
settings = {
typos = {
write = true; # Automatically fix typos
configPath = "../.typos.toml";
configPath = "./.typos.toml"; # relative to the flake root
};
prettier = {
write = true; # Automatically format files
configPath = "./.prettierrc.yaml";
configPath = "./.prettierrc.yaml"; # relative to the flake root
};
};
};
Expand Down

0 comments on commit 9f04e1b

Please sign in to comment.