fix: update handoff dependency to github source

The commit updates the handoff flake dependency from a local path to a GitHub repository. This changes the source URL from a local path "/home/servius/Projects/handoff" to "github:xatuke/handoff" and updates the corresponding lock file entries with new revision and hash information.

The change affects:
- flake.nix: Updated handoff url from path to github
- flake.lock: Updated handoff locked and original fields to reflect github source

This ensures the project uses the upstream handoff repository instead of a local development path.
This commit is contained in:
uttarayan21
2025-11-26 18:55:04 +05:30
parent f1d8ea6069
commit eadb0c45ce
2 changed files with 10 additions and 8 deletions

View File

@@ -231,8 +231,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
handoff = {
# url = "github:uttarayan21/handoff";
url = "path:/home/servius/Projects/handoff";
url = "github:xatuke/handoff";
inputs.nixpkgs.follows = "nixpkgs";
};
crates-nix.url = "github:uttarayan21/crates.nix";