Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix erigon's lib.nix path #187

Closed
tupakkatapa opened this issue Mar 27, 2023 · 0 comments · Fixed by #189
Closed

Fix erigon's lib.nix path #187

tupakkatapa opened this issue Mar 27, 2023 · 0 comments · Fixed by #189
Labels
Type: Bug Something isn't working

Comments

@tupakkatapa
Copy link
Contributor

Change '../../lib.nix' to '../lib.nix'.

Error:

 at /nix/store/513c6f9wxl1vh6kiasjzv86jcsqaymln-source/modules/erigon/default.nix:13:16:

     12|
     13|   modulesLib = import ../../lib.nix {inherit lib pkgs;};
       |                ^
     14|   inherit (modulesLib) baseServiceConfig mkArgs scripts;

 error: getting status of '/nix/store/513c6f9wxl1vh6kiasjzv86jcsqaymln-source/lib.nix': No such file or directory
@aldoborrero aldoborrero added the Type: Bug Something isn't working label Mar 28, 2023
aldoborrero added a commit that referenced this issue Mar 28, 2023
brianmcgee pushed a commit that referenced this issue Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants