diff --git a/flake.lock b/flake.lock index 3afc440..1b6bf4a 100644 --- a/flake.lock +++ b/flake.lock @@ -288,11 +288,11 @@ "locked": { "lastModified": 1, "narHash": "sha256-krjVFFsJfKvYRvOoBkZ8xr+OEZ5nfmgf4oxmE/h6Q9c=", - "path": "/nix/store/0blxgxs9nfzfi2fj1gy59l8660kldyci-source/shells", + "path": "./shells", "type": "path" }, "original": { - "path": "/nix/store/0blxgxs9nfzfi2fj1gy59l8660kldyci-source/shells", + "path": "./shells", "type": "path" } }, diff --git a/flake.nix b/flake.nix index 81302a5..40a819c 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; shells = { - url = "./shells"; + url = "path:./shells"; inputs.nixpkgs.follows = "nixpkgs"; }; };