-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove dangling symlink files that points to nothing. #533
base: master
Are you sure you want to change the base?
Conversation
run_tests
file because it points to nothing.
Nix fails to build because of this. Please remove as fast as possbile.
|
@janekx21 but my pull request hasn't even merged yet? what is the problem? |
The nix derivation does not build. But i got this workaround.
|
The problem is not your PR. The problem is the current state. Your PR is a partial solution. Nix seams very strict about broken links ^^ |
e7bf790
to
3b80a7f
Compare
I've removed |
run_tests
file because it points to nothing.
this pull request removes the
run_tests
,tests/helpers/helpers.sh
,tests/run_tests_in_isolation
files that exists for 10 years and these files are actually symlinks that points to nothing so why not remove it?