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

feat(packages): add am

This commit is contained in:
Ryan Cao 2023-09-06 22:35:21 +08:00
parent 476088506a
commit afe6785ca9
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
4 changed files with 28 additions and 0 deletions

View file

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