mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-f1iK37gKrRA5Ampke23EzstEFHuKAwEdQnFi2kp4Gi4=",
|
||||
"path": "./inputs",
|
||||
"path": "inputs",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "./inputs",
|
||||
"path": "inputs",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "nix begat oizys";
|
||||
|
||||
inputs.inputs.url = "path:./inputs";
|
||||
inputs.inputs.url = "path:inputs";
|
||||
|
||||
outputs = {
|
||||
inputs,
|
||||
|
|
Loading…
Reference in a new issue