use path so lock file chills

This commit is contained in:
Daylin Morgan 2024-02-19 10:56:25 -06:00
parent 0afac5eed1
commit 6432574aa1
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,7 +1,7 @@
{ {
description = "nix begat oizys"; description = "nix begat oizys";
inputs.inputs.url = "./inputs"; inputs.inputs.url = "path:./inputs";
# nixConfig = { # nixConfig = {
# extra-substituters = [ # extra-substituters = [