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

This commit is contained in:
K900
2025-04-10 10:30:23 +03:00
committed by GitHub
@@ -18,7 +18,6 @@
makeSetupHook,
cacert,
callPackage,
nixForLinking,
}:
let
@@ -55,7 +54,6 @@ in
lib.makeBinPath [
coreutils
nix-prefetch-git
nixForLinking
]
}