Unverified Commit c98f61ee authored by K900's avatar K900 Committed by GitHub
Browse files

prefetch-yarn-deps: don't explicitly depend on nixForLinking (#396889)

parents f3f1f9fd 460cbc8c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
  makeSetupHook,
  cacert,
  callPackage,
  nixForLinking,
}:

let
@@ -55,7 +54,6 @@ in
          lib.makeBinPath [
            coreutils
            nix-prefetch-git
            nixForLinking
          ]
        }