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: 6613fea80e47
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f46070321163
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 27, 2018

  1. fzf: fix invalid symlink on vim-plugins

    The fzf vim plugin wasn't working because it was making a symlink to a
    directory with the full source code. This directory isn't present
    anymore since the commit e95f17e wich
    removes it because it isn't so useful for the go packages.
    
    I fixed it by manually copying the plugin/ directory into the out
    derivation, which is the only part of the source that contains the vim
    plugin.
    cript0nauta committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    fcb4e32 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Merge pull request #44154 from sh4r3m4n/fzf-fix-2

    fzf: fix invalid symlink on vim-plugins
    infinisil committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    f460703 View commit details
    Browse the repository at this point in the history