summaryrefslogtreecommitdiff
path: root/overlays.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays.nix')
-rw-r--r--overlays.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/overlays.nix b/overlays.nix
index 8e774e2..9e12522 100644
--- a/overlays.nix
+++ b/overlays.nix
@@ -1,4 +1,7 @@
-_: {
+{ lib, ... }:
+with lib;
+with packages;
+{
default = final: prev: {
bruh = prev.callPackage ./packages/bruh.nix { };
@@ -89,5 +92,8 @@ _: {
withSystemVencord = false;
withTTS = false;
};
+
+ inherit (fromPR 328633 "sha256-TL0DkMGm0SXdkSRNa9LtpCFLgX3RLAqujTIJkW0nb+E=") soju;
+ inherit (fromPR 326898 "sha256-BLHeK1MNWQQXOwL2UkBj4OitBeg6D693lIKQbS+4hPk=") packcc;
};
}