Revert "Account for mismatch in 'fetch-one' filename"
This reverts commit 7122fcf881.
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -37,7 +37,7 @@ let
|
|||||||
cd "$src"
|
cd "$src"
|
||||||
HOME="$TMP" yarn_cache_folder="$TMP" CI=1 \
|
HOME="$TMP" yarn_cache_folder="$TMP" CI=1 \
|
||||||
node '${yarnPath}' nixify fetch-one $locator
|
node '${yarnPath}' nixify fetch-one $locator
|
||||||
mv "$TMP"/*.zip $out
|
mv "$TMP/$outputFilename" $out
|
||||||
'';
|
'';
|
||||||
in lib.mapAttrs (locator: { filename, sha512 }: stdenv.mkDerivation {
|
in lib.mapAttrs (locator: { filename, sha512 }: stdenv.mkDerivation {
|
||||||
inherit src builder locator;
|
inherit src builder locator;
|
||||||
|
|||||||
Reference in New Issue
Block a user