[X] I have already searched this project's issues to determine if a similar question has already been asked.
What is your question?
Using the reference example, I've updated my repositories panfactum.url to a relative path on my local machine to the panfactum stack project. However running nix flake update results in the error ,
error:
… while updating the lock file of flake 'git+file:///Users/james/Projects/uptownhr/alcee.click'
… while updating the flake input 'panfactum'
… while fetching the input 'path:../panfactum'
error: relative path '../panfactum' points outside of its parent's store path '/nix/store/j309szlknj374xyjzql4f9gf5rhdab41-source
my directory structure.
projects
panfactum
alcee.click
flake.nix
from alcee.click/flake.nix i'm setting panfactum.url to path:../panfactum
What primary components of the stack does this relate to?
reference
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Prior Search
What is your question?
Using the reference example, I've updated my repositories panfactum.url to a relative path on my local machine to the panfactum stack project. However running
nix flake update
results in the error ,my directory structure.
projects
from
alcee.click/flake.nix
i'm setting panfactum.url topath:../panfactum
What primary components of the stack does this relate to?
reference
Code of Conduct