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:
parent
b5b6b6ebd4
commit
e0ee5bc742
4 changed files with 81 additions and 28 deletions
10
flake.nix
10
flake.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue