From 72d9981fe6d35ce30af10b8947efd0e7df68fbf1 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 8 Jun 2022 18:51:27 +0300 Subject: [PATCH] nix: fix updating lock file --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }: {