about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-05-26 00:26:18 +0200
committerGitHub <noreply@github.com>2022-05-26 00:26:18 +0200
commitb9c9593a88c851402914bc2f09e5f0e1ab04ebdd (patch)
tree9a7104359142645eae15c9c71c1a72b1082127a5 /pkgs/applications/misc
parente201bb529f00c1da7d514450d95000b31baf2ecd (diff)
parent578589e1dadb6358ff015746844acf297c07c9e1 (diff)
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/ArchiSteamFarm/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/misc/ArchiSteamFarm/default.nix b/pkgs/applications/misc/ArchiSteamFarm/default.nix
index 951faaac4ded4..f6fe897518b24 100644
--- a/pkgs/applications/misc/ArchiSteamFarm/default.nix
+++ b/pkgs/applications/misc/ArchiSteamFarm/default.nix
@@ -22,7 +22,6 @@ buildDotnetModule rec {
   };
 
   dotnet-runtime = dotnetCorePackages.aspnetcore_6_0;
-  dotnet-sdk = dotnetCorePackages.sdk_6_0;
 
   nugetDeps = if stdenvNoCC.isAarch64 then ./deps-aarch64-linux.nix else ./deps-x86_64-linux.nix;