diff --git a/flake.lock b/flake.lock index 72b15c9..77f65db 100644 --- a/flake.lock +++ b/flake.lock @@ -87,17 +87,14 @@ "utils": "utils" }, "locked": { - "lastModified": 1778245599, - "narHash": "sha256-Sm9hzl+Sjabaa4v8Az8WvCOqae6PNNIA15tBjZdWg/w=", - "ref": "refs/heads/master", - "rev": "9bdabd50e79ba567a503b43470070587d5ecf336", - "revCount": 122, - "type": "git", - "url": "https://git.yisroelbaum.com/yisroelbaum/TIDE" + "lastModified": 1778245136, + "narHash": "sha256-0tuhtVni1ycawyeVjjsBlLUxo8Tu2w37J9g+YxAr8Sg=", + "path": "/home/yisroel/Projects/TIDE", + "type": "path" }, "original": { - "type": "git", - "url": "https://git.yisroelbaum.com/yisroelbaum/TIDE" + "path": "/home/yisroel/Projects/TIDE", + "type": "path" } }, "utils": { diff --git a/flake.nix b/flake.nix index f08041c..992c9f9 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,9 @@ inputs.nixpkgs.follows = "nixpkgs"; }; tide = { - url = "git+https://git.yisroelbaum.com/yisroelbaum/TIDE"; + # Local path while iterating; switch to + # git+https://git.yisroelbaum.com/yisroelbaum/TIDE once pushed. + url = "path:/home/yisroel/Projects/TIDE"; inputs.nixpkgs.follows = "nixpkgs"; }; };