about summary refs log tree commit diff
path: root/pkgs/development/compilers/dotnet
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2024-04-17 09:12:07 -0300
committerDavid McFarland <corngood@gmail.com>2024-04-17 09:44:17 -0300
commit767d892193e5e8afd9a077efaa51ecac7a9c48ab (patch)
treee499b7292f3bc7767c12ee9da862bfe71f58a427 /pkgs/development/compilers/dotnet
parent95db6c67d7fa6324302fcfc1848b09884a12d0ac (diff)
dotnet: fix typo which was breaking the console test
Diffstat (limited to 'pkgs/development/compilers/dotnet')
-rw-r--r--pkgs/development/compilers/dotnet/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/dotnet/common.nix b/pkgs/development/compilers/dotnet/common.nix
index a757dd36d17b2..a266171498379 100644
--- a/pkgs/development/compilers/dotnet/common.nix
+++ b/pkgs/development/compilers/dotnet/common.nix
@@ -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) ''