-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Description
Nixpkgs version
- Stable (24.11)
Describe the bug
Extension signature verification in VS Code package from NixOS is failing with SIGSYS error code. This is because the debug symbols are being stripped while packaging VS Code in NixOS. Based on the dotnet issue dotnet/runtime#37334 (comment) , it seems self contained dotnet executables cannot be stripped. For more details refer to this issue -
Steps to reproduce
- Install VS Code from NixOS
- Install any extension
🐛 It fails with an error
Expected behaviour
Installing an extension should succeed
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)
I assert that this issue is relevant for Nixpkgs
- I assert that this is a bug and not a support request.
- I assert that this is not a duplicate of an existing issue.
- I assert that I have read the NixOS Code of Conduct and agree to abide by it.
Is this issue important to you?
Add a 👍 reaction to issues you find important.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS