diff options
| author | Fuwn <[email protected]> | 2024-10-11 15:21:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 15:21:40 -0700 |
| commit | 625d51f9e8b937cc94a9003a36462be1f230636e (patch) | |
| tree | 90f1a34abee64db548c701a656212d3859495c55 /yae.json | |
| parent | chore(flake): add yae as development shell input (diff) | |
| download | tsutsumi-625d51f9e8b937cc94a9003a36462be1f230636e.tar.xz tsutsumi-625d51f9e8b937cc94a9003a36462be1f230636e.zip | |
refactor(flake): move rui to yae environment
Diffstat (limited to 'yae.json')
| -rw-r--r-- | yae.json | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,13 @@ { + "rui": { + "url": "https://github.com/Fuwn/rui/archive/main.tar.gz", + "sha256": "1x4mznk1wjhgcaxk7yl3d9iim896gpcj6h8phnc2z4nz3wrsbj4m", + "unpack": true, + "type": "git", + "version": "main", + "url_template": "https://github.com/Fuwn/rui/archive/{version}.tar.gz", + "force": true + }, "thorium": { "url": "https://github.com/Alex313031/thorium/releases/download/M126.0.6478.246/Thorium_Browser_126.0.6478.246_Th24_SSE4.AppImage", "sha256": "1l4wm60wir6qxhz9ll15fn9jjymqkasdfz88gixyj0wjz73indlb", |