about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-08-23 13:57:55 +0900
committerGitHub <noreply@github.com>2023-08-23 13:57:55 +0900
commit55e23394236bac6e5afa3d8ef5f56a8abd4b3721 (patch)
tree39c41941da6758a5a6e1542be449b5e8d470cda4 /pkgs/build-support
parent6b7816ea358eb32ffd36020fc9e73b9698bfc87f (diff)
parent9646cb5c499a8f6d7ba113cee6a3caff2f4a85e8 (diff)
Merge pull request #249176 from TomaSajt/build-dotnet-global-tool-fix
buildDotnetGlobalTool: fix typo
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/dotnet/build-dotnet-global-tool/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/dotnet/build-dotnet-global-tool/default.nix b/pkgs/build-support/dotnet/build-dotnet-global-tool/default.nix
index 5e63aa669c568..16cf029ca3451 100644
--- a/pkgs/build-support/dotnet/build-dotnet-global-tool/default.nix
+++ b/pkgs/build-support/dotnet/build-dotnet-global-tool/default.nix
@@ -32,7 +32,7 @@ buildDotnetModule (args // {
 
   useDotnetFromEnv = true;
 
-  dontBuld = true;
+  dontBuild = true;
 
   installPhase = ''
     runHook preInstall