Skip to content
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

nix: Update nix flake #23343

Merged
merged 1 commit into from
Jan 19, 2025
Merged

nix: Update nix flake #23343

merged 1 commit into from
Jan 19, 2025

Conversation

AidanV
Copy link
Contributor

@AidanV AidanV commented Jan 19, 2025

Closes #23342

Ran nix flake update and did some cleanup in shell.nix to follow nix best practices.

Prior to running nix flake update
strings "$(echo "$LD_LIBRARY_PATH" | tr : "\n" | grep "gcc")/libstdc++.so.6" | grep "CXXABI_1.3.15" CXXABI_1.3.15
Does not find CXXABI_1.3.15

After running nix flake update

strings "$(echo "$LD_LIBRARY_PATH" | tr : "\n" | grep "gcc")/libstdc++.so.6" | grep "CXXABI_1.3.15" CXXABI_1.3.15
Finds CXXABI_1.3.15

Launching Zed 0.168.3 inside Zed's nix development shell now launches with no errors.

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jan 19, 2025
Copy link
Member

@maxdeviant maxdeviant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@maxdeviant maxdeviant merged commit 35dad05 into zed-industries:main Jan 19, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zed 0.168.3 is unable to be launched from inside Zed's nix development shell
2 participants