···27 fetchSubmodules = true; # It vendors BSIPA-Linux
28 };
2930- # This _must_ be specified in the project file and it can only be one so
31- # obviously you wouldn't specify it as an upstream project. Typical M$.
32- # https://github.com/NixOS/nixpkgs/pull/196648#discussion_r998709996
33- # https://github.com/affederaffe/BeatSaberModManager/issues/5
34- patches = [
35- (substituteAll {
36- src = ./add-runtime-identifier.patch;
37- runtimeIdentifier = dotnetCorePackages.systemToDotnetRid stdenv.targetPlatform.system;
38- })
39 ];
4041- dotnet-sdk = dotnetCorePackages.sdk_7_0;
42 dotnet-runtime = dotnetCorePackages.runtime_7_0;
00004344 nugetDeps = ./deps.nix;
45