Unverified Commit 83201a86 authored by TomaSajt's avatar TomaSajt
Browse files

vimPlugins.sniprun: use replaceVars intead of substituteAll

parent 15c5832f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

  # sniprun
  vimUtils,
  substituteAll,
  replaceVars,
  nix-update-script,
}:
let
@@ -58,8 +58,7 @@ vimUtils.buildVimPlugin {
  inherit version src;

  patches = [
    (substituteAll {
      src = ./fix-paths.patch;
    (replaceVars ./fix-paths.patch {
      sniprun = lib.getExe sniprun-bin;
    })
  ];