buildDotnetGlobalTool: fix typo

This commit is contained in:
TomaSajt 2023-08-14 20:43:28 +02:00
parent 450d6437ae
commit 9646cb5c49
No known key found for this signature in database
GPG key ID: F011163C050122A1

View file

@ -32,7 +32,7 @@ buildDotnetModule (args // {
useDotnetFromEnv = true;
dontBuld = true;
dontBuild = true;
installPhase = ''
runHook preInstall