about summary refs log tree commit diff
path: root/pkgs/games/BeatSaberModManager
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2022-11-05 13:10:46 +0100
committerAtemu <atemu.main@gmail.com>2022-11-05 13:10:46 +0100
commit8d9532935c5a2bc730f962d971a29dde8509696d (patch)
tree18bf61a2f6e6a97db48000a0f32cec83d9b6f896 /pkgs/games/BeatSaberModManager
parent4d6a7480991970801c0d195eebac90180026367b (diff)
BeatSaberModManager: add upstream issue link
Diffstat (limited to 'pkgs/games/BeatSaberModManager')
-rw-r--r--pkgs/games/BeatSaberModManager/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/BeatSaberModManager/default.nix b/pkgs/games/BeatSaberModManager/default.nix
index e726644c21dc1..eec57d7cf0dd2 100644
--- a/pkgs/games/BeatSaberModManager/default.nix
+++ b/pkgs/games/BeatSaberModManager/default.nix
@@ -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;