changed my fork repo for citra

This commit is contained in:
Danilo Reyes 2024-11-09 18:24:00 -06:00
parent 0c6a00bfdd
commit feb92de303

View File

@ -1,7 +1,7 @@
{
branch,
qt6Packages,
fetchFromGitHub,
fetchFromGitLab,
fetchurl,
}:
@ -27,7 +27,7 @@ in
compat-list
;
src = fetchFromGitHub {
src = fetchFromGitLab {
owner = "CaptainJawZ";
repo = "Citra-Nightly";
rev = "nightly-${version}";