1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2026-01-27 04:06:28 +01:00

feat(packages): add nrr and choirpack

This commit is contained in:
Ryan Cao 2023-11-23 17:34:54 +08:00
parent b5b6b6ebd4
commit e0ee5bc742
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
4 changed files with 81 additions and 28 deletions

View file

@ -32,6 +32,16 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nrr = {
url = "github:ryanccn/nrr";
inputs.nixpkgs.follows = "nixpkgs";
};
choirpack = {
url = "github:ryanccn/choirpack";
inputs.nixpkgs.follows = "nixpkgs";
};
nyoom = {
url = "https://flakehub.com/f/ryanccn/nyoom/0.*.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";