include nyazoom

This commit is contained in:
Zynh Ludwig 2024-12-27 00:23:27 -08:00
parent 5c9a337492
commit ee68504fca

View file

@ -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, ... }: {