Skip to content

Commit

Permalink
buildDotnetModule: add support for installing pre-release tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelj committed Jan 20, 2025
1 parent 15884bd commit 149eb99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ buildDotnetModule (
installPhase = ''
runHook preInstall
dotnet tool install --tool-path $out/lib/${pname} ${nugetName}
dotnet tool install --tool-path $out/lib/${pname} ${nugetName} --version ${version}
# remove files that contain nix store paths to temp nuget sources we made
find $out -name 'project.assets.json' -delete
Expand Down

0 comments on commit 149eb99

Please sign in to comment.