forked from Zynh0722/permafrost
include nyazoom
This commit is contained in:
parent
5c9a337492
commit
ee68504fca
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||||
|
|
||||||
|
nyazoom = {
|
||||||
|
url = "https://git.zynh.me/Zynh0722/nyazoom";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ nixpkgs, self, ... }: {
|
outputs = inputs@{ nixpkgs, self, ... }: {
|
||||||
|
|
Loading…
Reference in a new issue