dotnet: fix typo which was breaking the console test

This commit is contained in:
David McFarland 2024-04-17 09:12:07 -03:00
parent 95db6c67d7
commit 767d892193

View File

@ -63,7 +63,7 @@
'' + build); '' + build);
in in
if run == null if run == null
then build then built
else else
runCommand "${built.name}-run" { src = built; nativeBuildInputs = runInputs; } ( runCommand "${built.name}-run" { src = built; nativeBuildInputs = runInputs; } (
lib.optionalString (runtime != null) '' lib.optionalString (runtime != null) ''