Commit 767d8921 authored by David McFarland's avatar David McFarland
Browse files

dotnet: fix typo which was breaking the console test

parent 95db6c67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) ''