Skip to content

Comments

angular-language-server: fix collisions#390084

Merged
fpletz merged 1 commit intoNixOS:masterfrom
tricktron:fix-angular-permissions
Mar 18, 2025
Merged

angular-language-server: fix collisions#390084
fpletz merged 1 commit intoNixOS:masterfrom
tricktron:fix-angular-permissions

Conversation

@tricktron
Copy link
Member

@tricktron tricktron commented Mar 15, 2025

Fixes #387400 by using the nixpkgs typescript package in the wrapper instead of the vendored typescript.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Mar 15, 2025
@tricktron tricktron force-pushed the fix-angular-permissions branch from a905290 to 1b1d1a2 Compare March 17, 2025 10:13
the nixpkgs typescript package in the wrapper instead of the vendored
typescript.
@tricktron tricktron force-pushed the fix-angular-permissions branch from 1b1d1a2 to 2e736e2 Compare March 18, 2025 13:13
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/5293

@fpletz fpletz added the 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. label Mar 18, 2025
@fpletz fpletz merged commit 7b34251 into NixOS:master Mar 18, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

angular-language-server: collision with typescript

3 participants