You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing a new DFX_CACHE_ROOT environment variable would address the issue I describe in paulyoung/nixpkgs-dfinity-sdk#4.
I imagine the change involves changing the following code, falling back to DFX_CONFIG_ROOT for DFX_CACHE_ROOT for backwards compatibility, and adding some new tests.
$ nix-shell --show-trace ~/projects/dfinity/sdk/main
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
error: program 'git' failed with exit code 128
… while fetching the input 'git+ssh://[email protected]/dfinity-lab/common?ref=refs%2fheads%2fmaster&rev=da56c3d8094a0f2e18533b529ecb4eb8804927d1'
The text was updated successfully, but these errors were encountered:
Introducing a new
DFX_CACHE_ROOT
environment variable would address the issue I describe in paulyoung/nixpkgs-dfinity-sdk#4.I imagine the change involves changing the following code, falling back to
DFX_CONFIG_ROOT
forDFX_CACHE_ROOT
for backwards compatibility, and adding some new tests.sdk/src/dfx/src/config/cache.rs
Lines 69 to 70 in d10f20b
I'd like to make a PR but can't because of #1955:
The text was updated successfully, but these errors were encountered: