Merge pull request #6350 from flox/lock_installable

fix(run): set applyNixConfig lockFlag
This commit is contained in:
Eelco Dolstra
2022-04-04 10:50:17 +02:00
committed by GitHub
+1
View File
@@ -182,6 +182,7 @@ struct CmdRun : InstallableCommand
{
auto state = getEvalState();
lockFlags.applyNixConfig = true;
auto app = installable->toApp(*state).resolve(getEvalStore(), store);
Strings allArgs{app.program};