diff --git a/flake.lock b/flake.lock index 6eb4d95..d2933a4 100644 --- a/flake.lock +++ b/flake.lock @@ -22,12 +22,12 @@ "utils": "utils" }, "locked": { - "narHash": "sha256-vsut9l2923W62VpZ6FqYn65wEbhfS3KmRUjPtoXJM0c=", - "path": "/nix/store/qdpl5cgjk15nrisgw48jq2n3m5khbzlf-source/web", + "narHash": "sha256-9bINXcnKDms+0ezb/PFRsJvsfO1k3i0kyRS9UVRNYv8=", + "path": "./web", "type": "path" }, "original": { - "path": "/nix/store/qdpl5cgjk15nrisgw48jq2n3m5khbzlf-source/web", + "path": "./web", "type": "path" } }, diff --git a/flake.nix b/flake.nix index 7cc0c03..64cd971 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "Recipes flake"; - inputs.recipes_web.url = "./web"; + inputs.recipes_web.url = "path:./web"; outputs = { self, recipes_web }: {