From 8965a18cceb4c07c5b66442ea5562977df19941e Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 19 Feb 2024 11:08:14 -0600 Subject: [PATCH] try with a technically not relative path --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,