[feat] Use goread with custom patches

This commit is contained in:
uttarayan21
2024-03-17 04:46:53 +05:30
parent 8849c51765
commit 33a94911df
4 changed files with 174 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ let
rev = "v1.6.4";
sha256 = "sha256-m6reRaJNeFhJBUatfPNm66LwTXPdD/gioT8HTv52QOw";
};
patches = [ patches/goread.patch ];
checkPhase = null;
};
music-player-git = inputs.music-player.packages.${prev.system}.default;