diff --git a/src/generate.ts b/src/generate.ts index 0f4558d..65e8e68 100644 --- a/src/generate.ts +++ b/src/generate.ts @@ -93,7 +93,7 @@ export default async ( "./" + ppath.relative( 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.