diff --git a/flake.lock b/flake.lock index 98c092e7..77743ab0 100644 --- a/flake.lock +++ b/flake.lock @@ -190,16 +190,15 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1725522236, - "narHash": "sha256-dP8ie2arXvvNzn5uqHGf3r0x5pfHm4d5rIg3j1fpwcA=", + "lastModified": 1730771644, + "narHash": "sha256-VEF4j97cGWQSp/pSSWE6KtOvBf+4Ow2iNfhZ6DLgmSQ=", "owner": "juspay", "repo": "rust-flake", - "rev": "ea2bdf67ec3924adb0361630365c34ba8bc11ad9", + "rev": "cdc17a1d009674a9a23c7e4749baf474d2419f04", "type": "github" }, "original": { "owner": "juspay", - "ref": "granular-autoWire", "repo": "rust-flake", "type": "github" } diff --git a/flake.nix b/flake.nix index 5ba7cdfd..a132c961 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; systems.url = "github:nix-systems/default"; - rust-flake.url = "github:juspay/rust-flake/granular-autoWire"; + rust-flake.url = "github:juspay/rust-flake"; rust-flake.inputs.nixpkgs.follows = "nixpkgs"; treefmt-nix.url = "github:numtide/treefmt-nix"; treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";