diff --git a/flake.lock b/flake.lock index 81151a3..6314978 100644 --- a/flake.lock +++ b/flake.lock @@ -187,11 +187,11 @@ "locked": { "lastModified": 1, "narHash": "sha256-f1iK37gKrRA5Ampke23EzstEFHuKAwEdQnFi2kp4Gi4=", - "path": "./inputs", + "path": "inputs", "type": "path" }, "original": { - "path": "./inputs", + "path": "inputs", "type": "path" } }, diff --git a/flake.nix b/flake.nix index 0f3417d..cd6efcb 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "nix begat oizys"; - inputs.inputs.url = "path:./inputs"; + inputs.inputs.url = "path:inputs"; outputs = { inputs,