Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 38aa804d5bf1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c1f872bfa88e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 31, 2020

  1. wrapNeovim: Rewrite

    Cleanups:
    - Removed unneeded neovim.meta.description reset.
    - Remove unnecessary -x checks in `postBuild`.
    - Use a ${placeholder "out"} if needed.
    
    Changes:
    - Switch to symlinkJoin, so e.g manpages link to the environment (#87929).
    - Use nvim-node from $out/bin/ just like all other providers.
    - Compute all arguments to makeWrapper in pure Nix "before" `postBuild`.
    - Prevent double wrapping in case `configure != {}` and rplugin.vim
      needs to be generated.
    
    Co-authored-by: Silvan Mosberger <contact@infinisil.com>
    doronbehar and infinisil committed Jul 31, 2020
    Copy the full SHA
    85f6da6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88110 from doronbehar/improve-neovim-wrapper

    wrapNeovim: consolidate makeWrapper arguments and more
    infinisil committed Jul 31, 2020
    Copy the full SHA
    c1f872b View commit details
    Browse the repository at this point in the history