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

nodePackages: add more coc-nvim extensions #106621

Closed
wants to merge 4 commits into from

Conversation

lovesegfault
Copy link
Member

Motivation for this change

Adds the coc extensions I needed and does an update of the nodePackages set.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@lovesegfault
Copy link
Member Author

Result of nixpkgs-review pr 106621 run on x86_64-linux 1

1 package marked as broken and skipped:
  • rambox-pro
1 package failed to build:
  • matrix-recorder
65 packages built:
  • antora
  • base16-builder
  • bitwarden-cli
  • castnow
  • commitizen
  • create-cycle-app
  • emojione
  • epgstation
  • etcher
  • flood
  • gtop
  • image_optim
  • iosevka
  • joplin
  • lumo
  • mastodon-bot
  • mirakurun
  • n8n
  • netlify-cli
  • newman
  • parity-ui
  • pm2
  • postcss-cli
  • python37Packages.batchspawner
  • python37Packages.dockerspawner
  • python37Packages.jupyterhub
  • python37Packages.jupyterhub-ldapauthenticator
  • python37Packages.jupyterhub-systemdspawner
  • python37Packages.jupyterhub-tmpauthenticator
  • python37Packages.oauthenticator
  • python38Packages.batchspawner
  • python38Packages.dockerspawner
  • python38Packages.jupyterhub
  • python38Packages.jupyterhub-ldapauthenticator
  • python38Packages.jupyterhub-systemdspawner
  • python38Packages.jupyterhub-tmpauthenticator
  • python38Packages.oauthenticator
  • python39Packages.batchspawner
  • python39Packages.dockerspawner
  • python39Packages.jupyterhub
  • python39Packages.jupyterhub-ldapauthenticator
  • python39Packages.jupyterhub-systemdspawner
  • python39Packages.jupyterhub-tmpauthenticator
  • python39Packages.oauthenticator
  • redoc-cli
  • ripcord
  • slack
  • sloc
  • teleprompter
  • thelounge
  • twemoji-color-font
  • vimPlugins.coc-metals
  • vimPlugins.coc-prettier
  • vimPlugins.coc-rust-analyzer
  • vimPlugins.coc-snippets
  • vimPlugins.coc-stylelint
  • vimPlugins.coc-tslint
  • vimPlugins.coc-tsserver
  • vimPlugins.coc-vetur
  • vimPlugins.coc-yaml
  • vscode-extensions.matklad.rust-analyzer
  • vscode-extensions.ms-python.vscode-pylance
  • vscode-extensions.vadimcn.vscode-lldb
  • wasm-text-gen
  • yaml-language-server

@lovesegfault
Copy link
Member Author

So, the editorconfig failure is in some autogen'd files. Can it be ignored?

@lovesegfault
Copy link
Member Author

Result of nixpkgs-review pr 106621 run on x86_64-linux 1

2 packages marked as broken and skipped:
  • dat
  • remarkjs
1 package failed to build:
  • matrix-recorder
68 packages built:
  • airfield
  • antora
  • base16-builder
  • bitwarden-cli
  • castnow
  • commitizen
  • create-cycle-app
  • emojione
  • epgstation
  • etcher
  • flood
  • google-clasp
  • gtop
  • image_optim
  • iosevka
  • joplin
  • lumo
  • mastodon-bot
  • mirakurun
  • n8n
  • netlify-cli
  • newman
  • nixui
  • parity-ui
  • pm2
  • postcss-cli
  • python37Packages.batchspawner
  • python37Packages.dockerspawner
  • python37Packages.jupyterhub
  • python37Packages.jupyterhub-ldapauthenticator
  • python37Packages.jupyterhub-systemdspawner
  • python37Packages.jupyterhub-tmpauthenticator
  • python37Packages.oauthenticator
  • python38Packages.batchspawner
  • python38Packages.dockerspawner
  • python38Packages.jupyterhub
  • python38Packages.jupyterhub-ldapauthenticator
  • python38Packages.jupyterhub-systemdspawner
  • python38Packages.jupyterhub-tmpauthenticator
  • python38Packages.oauthenticator
  • python39Packages.batchspawner
  • python39Packages.dockerspawner
  • python39Packages.jupyterhub
  • python39Packages.jupyterhub-ldapauthenticator
  • python39Packages.jupyterhub-systemdspawner
  • python39Packages.jupyterhub-tmpauthenticator
  • python39Packages.oauthenticator
  • redoc-cli
  • ripcord
  • slack (slack-dark)
  • sloc
  • teleprompter
  • thelounge
  • twemoji-color-font
  • vimPlugins.coc-metals
  • vimPlugins.coc-prettier
  • vimPlugins.coc-rust-analyzer
  • vimPlugins.coc-snippets
  • vimPlugins.coc-stylelint
  • vimPlugins.coc-tslint
  • vimPlugins.coc-tsserver
  • vimPlugins.coc-vetur
  • vimPlugins.coc-yaml
  • vscode-extensions.matklad.rust-analyzer
  • vscode-extensions.ms-python.vscode-pylance
  • vscode-extensions.vadimcn.vscode-lldb
  • wasm-text-gen
  • yaml-language-server

@ofborg ofborg bot requested a review from michojel December 11, 2020 05:38
@midchildan
Copy link
Member

It's not ideal, but I guess it's easier to add the newlines manually as there's only 6 files that needs fixing.

@midchildan
Copy link
Member

midchildan commented Dec 13, 2020

I think what's bit more problematic is how util-linux is replaced with utillinux, undoing recent changes made in #104776.

This seems to have been fixed in node2nix with svanderburg/node2nix#215, but it's not released yet.

@lovesegfault
Copy link
Member Author

I think what's bit more problematic is how util-linux is replaced with utillinux, undoing recent changes made in #104776.

This seems to have been fixed in node2nix with svanderburg/node2nix#215, but it's not released yet.

Agreed, maybe we need to ask @svanderburg for a new release to be cut?

@lovesegfault
Copy link
Member Author

This will have to wait on a new node2nix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants