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

feat(nyoom): move to flakehub

This commit is contained in:
Ryan Cao 2023-08-23 10:36:10 +08:00
parent 7d4dc73dc2
commit 5e9b4b9186
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
2 changed files with 23 additions and 25 deletions

View file

@ -37,7 +37,7 @@
};
nyoom = {
url = "github:ryanccn/nyoom";
url = "https://flakehub.com/f/ryanccn/nyoom/0.*.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
inputs.crane.follows = "crane";
inputs.rust-overlay.follows = "rust-overlay";