Skip to content

Commit

Permalink
lib/checks.nix: fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Jun 23, 2024
1 parent b5314c0 commit 6d4e323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checks.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, pre-commit-hooks, ... }:
{
pre-commit-check = pre-commit-hooks.lib.${pkgs.system}.run {
src = ./.;
src = ../.;
hooks = {
ci-check-formatting = {
enable = true;
Expand Down

0 comments on commit 6d4e323

Please sign in to comment.