From ee68504fcafc4ed38bf9881f6e05b554ae4b9ad6 Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <zynh0722@gmail.com>
Date: Fri, 27 Dec 2024 00:23:27 -0800
Subject: [PATCH] include nyazoom

---
 flake.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/flake.nix b/flake.nix
index 79b3c35..c67bbe2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,6 +3,11 @@
 
   inputs = {
     nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
+
+    nyazoom = {
+      url = "https://git.zynh.me/Zynh0722/nyazoom";
+      inputs.nixpkgs.follows = "nixpkgs";
+    };
   };
 
   outputs = inputs@{ nixpkgs, self, ... }: {