1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +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

21
flake.lock generated
View file

@ -1,5 +1,25 @@
{
"nodes": {
"am": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1693926605,
"narHash": "sha256-JSdYc8r2tRtxvRePWkcW9tvIq4o5S28TBs7TLfFwum8=",
"owner": "ryanccn",
"repo": "am",
"rev": "0d9424417c9edfea3891fc9a07fb9552fbb88cdf",
"type": "github"
},
"original": {
"owner": "ryanccn",
"repo": "am",
"type": "github"
}
},
"attic": {
"inputs": {
"crane": [
@ -229,6 +249,7 @@
},
"root": {
"inputs": {
"am": "am",
"attic": "attic",
"catppuccin": "catppuccin",
"crane": "crane",