summary refs log tree commit diff
path: root/pkgs/applications/emulators
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/emulators
parente201bb529f00c1da7d514450d95000b31baf2ecd (diff)
parent578589e1dadb6358ff015746844acf297c07c9e1 (diff)
downloadnixpkgs-b9c9593a88c851402914bc2f09e5f0e1ab04ebdd.tar
nixpkgs-b9c9593a88c851402914bc2f09e5f0e1ab04ebdd.tar.gz
nixpkgs-b9c9593a88c851402914bc2f09e5f0e1ab04ebdd.tar.bz2
nixpkgs-b9c9593a88c851402914bc2f09e5f0e1ab04ebdd.tar.lz
nixpkgs-b9c9593a88c851402914bc2f09e5f0e1ab04ebdd.tar.xz
nixpkgs-b9c9593a88c851402914bc2f09e5f0e1ab04ebdd.tar.zst
nixpkgs-b9c9593a88c851402914bc2f09e5f0e1ab04ebdd.zip
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/ryujinx/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/ryujinx/default.nix b/pkgs/applications/emulators/ryujinx/default.nix
index 60aa9debfb0..5fc9a5388a4 100644
--- a/pkgs/applications/emulators/ryujinx/default.nix
+++ b/pkgs/applications/emulators/ryujinx/default.nix
@@ -26,9 +26,6 @@ buildDotnetModule rec {
     sha256 = "09wjygkdr9sr0hwv77czi0x5xw8y585k9pghdm5s3iqjn9gbb45k";
   };
 
-  dotnet-sdk = dotnetCorePackages.sdk_6_0;
-  dotnet-runtime = dotnetCorePackages.runtime_6_0;
-
   projectFile = "Ryujinx.sln";
   nugetDeps = ./deps.nix;