Loading pkgs/development/compilers/dotnet/common.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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) '' Loading Loading
pkgs/development/compilers/dotnet/common.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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) '' Loading