mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
use path so lock file chills
This commit is contained in:
parent
0afac5eed1
commit
6432574aa1
2 changed files with 3 additions and 3 deletions
|
@ -187,11 +187,11 @@
|
|||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-f1iK37gKrRA5Ampke23EzstEFHuKAwEdQnFi2kp4Gi4=",
|
||||
"path": "/nix/store/6mqi9hqplan2ylc4ajk4w4jfjnqasb2b-source/inputs",
|
||||
"path": "./inputs",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "/nix/store/6mqi9hqplan2ylc4ajk4w4jfjnqasb2b-source/inputs",
|
||||
"path": "./inputs",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "nix begat oizys";
|
||||
|
||||
inputs.inputs.url = "./inputs";
|
||||
inputs.inputs.url = "path:./inputs";
|
||||
|
||||
# nixConfig = {
|
||||
# extra-substituters = [
|
||||
|
|
Loading…
Reference in a new issue