Merge pull request #1327 from emilazy/push-vunnqlmqnzts

checks: fix macOS version check exit code
This commit is contained in:
Emily 2025-02-08 14:32:00 +00:00 committed by GitHub
commit 3f4351d233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ let
printf >&2 ' system.checks.verifyMacOSVersion = false;\n'
printf >&2 '\n'
printf >&2 'However, we are unable to provide support if you do so.\n'
exit 1
exit 2
fi
'';