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: f93de9dea381
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 36ac62c6d7fb
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 31, 2020

  1. neovim: revert change to extraMakeWrapperArgs

    wrapNeovim incited users to use a list instead of a string. Revert that:
    the change is not super useful while breaking home-manager.
    teto committed Oct 31, 2020
    Copy the full SHA
    95702fe View commit details
    Browse the repository at this point in the history
  2. neovim: restore neovim.override

    the compatibility layer for `wrapNeovim` introduced in #101265
    broke the recommended way of configuration:
    https://nixos.org/manual/nixpkgs/stable/#custom-configuration
    https://nixos.wiki/wiki/Vim#Customizations
    
    restore the old ways.
    teto committed Oct 31, 2020
    Copy the full SHA
    db15722 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #102231 from teto/neovim_fix

    neovim: revert change to extraMakeWrapperArgs
    teto committed Oct 31, 2020
    Copy the full SHA
    36ac62c View commit details
    Browse the repository at this point in the history