about summary refs log tree commit diff
path: root/pkgs/games/osu-lazer
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/games/osu-lazer
parente201bb529f00c1da7d514450d95000b31baf2ecd (diff)
parent578589e1dadb6358ff015746844acf297c07c9e1 (diff)
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule
Diffstat (limited to 'pkgs/games/osu-lazer')
-rw-r--r--pkgs/games/osu-lazer/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/games/osu-lazer/default.nix b/pkgs/games/osu-lazer/default.nix
index 268090a4e5d67..a05f7ae2c7774 100644
--- a/pkgs/games/osu-lazer/default.nix
+++ b/pkgs/games/osu-lazer/default.nix
@@ -26,9 +26,6 @@ buildDotnetModule rec {
   projectFile = "osu.Desktop/osu.Desktop.csproj";
   nugetDeps = ./deps.nix;
 
-  dotnet-sdk = dotnetCorePackages.sdk_6_0;
-  dotnet-runtime = dotnetCorePackages.runtime_6_0;
-
   nativeBuildInputs = [ copyDesktopItems ];
 
   dotnetFlags = [