Skip to content

Commit

Permalink
Fix flag position
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelj committed Jan 17, 2025
1 parent 396aaa1 commit 9caf709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ buildDotnetModule (
installPhase = ''
runHook preInstall
dotnet tool install --tool-path ${preReleaseFlag} $out/lib/${pname} ${nugetName}
dotnet tool install ${preReleaseFlag} --tool-path $out/lib/${pname} ${nugetName}
# 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 9caf709

Please sign in to comment.