Skip to content

Commit

Permalink
Merge pull request #12434 from NixOS/mergify/bp/2.24-maintenance/pr-1…
Browse files Browse the repository at this point in the history
…2373

pre-commit/check-merge-conflicts-2: fix use outside dev shell (backport #12373)
  • Loading branch information
mergify[bot] authored Feb 10, 2025
2 parents b9e6e00 + fcea626 commit 0f5f242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion maintainers/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
echo "ERROR: found merge/patch conflicts in files"
exit 1
fi
touch $out
''}";
};
clang-format = {
Expand Down
2 changes: 2 additions & 0 deletions tests/functional/git-hashing/simple.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

source common.sh

repo="$TEST_ROOT/scratch"
Expand Down

0 comments on commit 0f5f242

Please sign in to comment.