Panfactum / stack

The Panfactum Stack
https://panfactum.com
Other
16 stars 5 forks source link

[question]: how to properly reference local panfactum stack #132

Closed uptownhr closed 2 months ago

uptownhr commented 2 months ago

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 ,

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

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

fullykubed commented 2 months ago

If you are referencing a flake in a different repo, you should use an absolute file system path.

uptownhr commented 2 months ago

Solved my problem. TY