Skip to content

Commit 3f4351d

Browse files
authored
Merge pull request LnL7#1327 from emilazy/push-vunnqlmqnzts
checks: fix macOS version check exit code
2 parents 30b6672 + 0824c13 commit 3f4351d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/system/checks.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let
2727
printf >&2 ' system.checks.verifyMacOSVersion = false;\n'
2828
printf >&2 '\n'
2929
printf >&2 'However, we are unable to provide support if you do so.\n'
30-
exit 1
30+
exit 2
3131
fi
3232
'';
3333

0 commit comments

Comments
 (0)