182 current 2024-06-23 23:25:38 24.11.20240618.c00d587 6.9.3-zen1 *

This commit is contained in:
sadan 2024-06-23 23:25:45 -04:00
parent c6e4b255a6
commit 2cfc8e9b1a
No known key found for this signature in database
7 changed files with 43 additions and 137 deletions

View file

@ -1,5 +1,6 @@
{vencord, branch ? "stable", callPackage, fetchurl, lib, stdenv }:
{ branch ? "stable", pkgs, callPackage, fetchurl, lib, stdenv }:
let
vencord = (import ./..{ inherit pkgs; }).vencord;
versions =
if stdenv.isLinux then {
stable = "0.0.53";
@ -66,7 +67,7 @@ let
};
package =
if stdenv.isLinux
then ./linux.nix
then ./linux.nix
else ./darwin.nix;
openasar = callPackage ./openasar.nix { };