Loading pkgs/games/BeatSaberModManager/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ buildDotnetModule rec { # This _must_ be specified in the project file and it can only be one so # obviously you wouldn't specify it as an upstream project. Typical M$. # https://github.com/NixOS/nixpkgs/pull/196648#discussion_r998709996 # https://github.com/affederaffe/BeatSaberModManager/issues/5 patches = [ (substituteAll { src = ./add-runtime-identifier.patch; Loading Loading
pkgs/games/BeatSaberModManager/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ buildDotnetModule rec { # This _must_ be specified in the project file and it can only be one so # obviously you wouldn't specify it as an upstream project. Typical M$. # https://github.com/NixOS/nixpkgs/pull/196648#discussion_r998709996 # https://github.com/affederaffe/BeatSaberModManager/issues/5 patches = [ (substituteAll { src = ./add-runtime-identifier.patch; Loading