nix: fix updating lock file

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-08 18:51:27 +03:00
parent 21de7f5f18
commit 72d9981fe6
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
2 changed files with 4 additions and 4 deletions

View File

@ -22,12 +22,12 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"narHash": "sha256-vsut9l2923W62VpZ6FqYn65wEbhfS3KmRUjPtoXJM0c=", "narHash": "sha256-9bINXcnKDms+0ezb/PFRsJvsfO1k3i0kyRS9UVRNYv8=",
"path": "/nix/store/qdpl5cgjk15nrisgw48jq2n3m5khbzlf-source/web", "path": "./web",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/qdpl5cgjk15nrisgw48jq2n3m5khbzlf-source/web", "path": "./web",
"type": "path" "type": "path"
} }
}, },

View File

@ -1,7 +1,7 @@
{ {
description = "Recipes flake"; description = "Recipes flake";
inputs.recipes_web.url = "./web"; inputs.recipes_web.url = "path:./web";
outputs = { self, recipes_web }: { outputs = { self, recipes_web }: {