Merge pull request #72 from nicknovitski/yarn-4

Remove references to lockfileFilename
This commit is contained in:
Stéphan Kochen
2023-10-16 20:10:24 +02:00
committed by GitHub
+1 -1
View File
@@ -93,7 +93,7 @@ export default async (
"./" + "./" +
ppath.relative( ppath.relative(
ppath.dirname(nixExprPath), ppath.dirname(nixExprPath),
ppath.resolve(cwd, configuration.get(`lockfileFilename`)) ppath.resolve(cwd, 'yarn.lock' as PortablePath)
); );
// Build a list of cache entries so Nix can fetch them. // Build a list of cache entries so Nix can fetch them.