Skip to content

Commit aa383a0

Browse files
authored
Merge pull request #12373 from roberth/fix-pre-commit
pre-commit/check-merge-conflicts-2: fix use outside dev shell
2 parents fc83c6c + 414c346 commit aa383a0

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

maintainers/flake-module.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
echo "ERROR: found merge/patch conflicts in files"
3636
exit 1
3737
fi
38-
touch $out
3938
''}";
4039
};
4140
nixfmt-rfc-style = {

tests/functional/git-hashing/fixed.sh

100644100755
File mode changed.

tests/functional/git-hashing/simple.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
source common.sh
24

35
repo="$TEST_ROOT/scratch"

tests/functional/help.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ done
2525

2626
# FIXME: we don't know whether we built the manpages, so we can't
2727
# reliably test them here.
28-
if false; then
28+
skipTest "we don't know whether we built the manpages, so we can't reliably test them here."
2929

3030
# test help output
3131

@@ -74,5 +74,3 @@ nix-daemon --help
7474
nix-hash --help
7575
nix-instantiate --help
7676
nix-prefetch-url --help
77-
78-
fi

0 commit comments

Comments
 (0)