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