You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mirror-nixos-branch: fix typo causing the script to always die
run() returns the exit code, but a successful exit is 0 (falsy), causing
the `or die` to always invoke.
My bad, this slipped through my testing.
Ref: b4fca4f
0 commit comments