Skip to content

Commit

Permalink
follow nix upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWeber committed Oct 26, 2014
1 parent d54ee59 commit d6de0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/nix.vim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fun! nix#NixDerivation(path_to_nixpkgs, name, repository) abort
let sha256 = matchstr(s, 'hash is \zs[^\n\r]\+\ze')

return join([
\ ' "'.a:name.'" = simpleDerivation {',
\ ' "'.a:name.'" = buildVimPlugin {',
\ ' name = "'.a:name.'";',
\ ' src = fetchgit {',
\ ' url = "'. a:repository.url .'";',
Expand Down

0 comments on commit d6de0d5

Please sign in to comment.