applied nixfmt (new version)
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
{ branch, qt6Packages, fetchFromGitHub, fetchurl }:
|
||||
{
|
||||
branch,
|
||||
qt6Packages,
|
||||
fetchFromGitHub,
|
||||
fetchurl,
|
||||
}:
|
||||
|
||||
let
|
||||
# Fetched from https://api.citra-emu.org/gamedb
|
||||
# Please make sure to update this when updating citra!
|
||||
compat-list = fetchurl {
|
||||
name = "citra-compat-list";
|
||||
url =
|
||||
"https://web.archive.org/web/20230807103651/https://api.citra-emu.org/gamedb/";
|
||||
url = "https://web.archive.org/web/20230807103651/https://api.citra-emu.org/gamedb/";
|
||||
hash = "sha256-J+zqtWde5NgK2QROvGewtXGRAWUTNSKHNMG6iu9m1fU=";
|
||||
};
|
||||
in {
|
||||
in
|
||||
{
|
||||
nightly = qt6Packages.callPackage ./generic.nix rec {
|
||||
pname = "citra-nightly";
|
||||
version = "2104";
|
||||
@@ -24,4 +29,5 @@ in {
|
||||
|
||||
inherit branch compat-list;
|
||||
};
|
||||
}.${branch}
|
||||
}
|
||||
.${branch}
|
||||
|
||||
Reference in New Issue
Block a user