yarn2nix: fix running without --no-patch
This commit is contained in:
@@ -63,7 +63,7 @@ let pkgs = R.pipe(
|
||||
|
||||
;(async () => {
|
||||
if (!options['--no-patch']) {
|
||||
pkgs = await R.map(fixPkgAddMissingSha1, pkgs)
|
||||
pkgs = await Promise.all(R.map(fixPkgAddMissingSha1, pkgs))
|
||||
}
|
||||
|
||||
const origJson = lockfile.parse(data)
|
||||
|
||||
Reference in New Issue
Block a user