mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
try with a technically not relative path
This commit is contained in:
parent
833dcf277b
commit
8965a18cce
2 changed files with 3 additions and 3 deletions
|
@ -187,11 +187,11 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-f1iK37gKrRA5Ampke23EzstEFHuKAwEdQnFi2kp4Gi4=",
|
"narHash": "sha256-f1iK37gKrRA5Ampke23EzstEFHuKAwEdQnFi2kp4Gi4=",
|
||||||
"path": "./inputs",
|
"path": "inputs",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "./inputs",
|
"path": "inputs",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "nix begat oizys";
|
description = "nix begat oizys";
|
||||||
|
|
||||||
inputs.inputs.url = "path:./inputs";
|
inputs.inputs.url = "path:inputs";
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
inputs,
|
inputs,
|
||||||
|
|
Loading…
Reference in a new issue