mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-18 02:07:02 -04:00
182 current 2024-06-23 23:25:38 24.11.20240618.c00d587 6.9.3-zen1 *
This commit is contained in:
parent
c6e4b255a6
commit
2cfc8e9b1a
7 changed files with 43 additions and 137 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue