try with a technically not relative path

This commit is contained in:
Daylin Morgan 2024-02-19 11:08:14 -06:00
parent 833dcf277b
commit 8965a18cce
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
2 changed files with 3 additions and 3 deletions

View File

@ -187,11 +187,11 @@
"locked": {
"lastModified": 1,
"narHash": "sha256-f1iK37gKrRA5Ampke23EzstEFHuKAwEdQnFi2kp4Gi4=",
"path": "./inputs",
"path": "inputs",
"type": "path"
},
"original": {
"path": "./inputs",
"path": "inputs",
"type": "path"
}
},

View File

@ -1,7 +1,7 @@
{
description = "nix begat oizys";
inputs.inputs.url = "path:./inputs";
inputs.inputs.url = "path:inputs";
outputs = {
inputs,