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
1 changed files with 1 additions and 1 deletions

View File

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