Skip to content

Commit

Permalink
checks: fix macOS version check exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Feb 6, 2025
1 parent 349a74c commit 0824c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/checks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';

Expand Down

0 comments on commit 0824c13

Please sign in to comment.