-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
nodePackages.bash-language-server: remove attribute #319882
Conversation
@doronbehar i just saw the old bash-language-server had shellcheck in its path, we probably should keep it that way |
I can confirm that this now builds for me with: $ nix-shell -p nodePackages.bash-language-server -I nixpkgs='https://github.com/NyCodeGHG/nixpkgs/archive/1933c5e9e475eef4cab3e05e2368043a29980a9c.zip' Thank you for the quick fix :) |
Result of 1 package built:
|
Result of 1 package built:
|
bash-language-server has been packaged outside of nodePackages in NixOS#317954, but not correctly removed from nodePackages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you !
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/error-alias-bash-language-server-is-still-in-node-packages-nix/47027/2 |
Sorry for the breakage and thanks for the quick fix 🙏 . I thought that only |
Description of changes
bash-language-server has been packaged outside of nodePackages in #317954, but not correctly removed from nodePackages.
Closes #319871
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.