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
RUST_BACKTRACE=1 devenv shell
• Building shell ...
• Using Cachix: devenv
thread 'main' panicked at /private/tmp/nix-build-devenv-1.3.1.drv-0/source/devenv/src/cnix.rs:159:40:
to resolve gc_root: Os { code: 2, kind: NotFound, message: "No such file or directory" }
stack backtrace:
0: _rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: devenv::devenv::Devenv::get_dev_environment::{{closure}}.4929
4: devenv::devenv::Devenv::prepare_develop_args::{{closure}}.4876
5: devenv::main::{{closure}}.4860
6: devenv::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
To reproduce
devenv failed due to #1618, which left .devenv directory in somewhat broken state. Removing .devenv solved the issue.
Version
devenv 1.3.1 (aarch64-darwin)
The text was updated successfully, but these errors were encountered:
Describe the bug
To reproduce
devenv failed due to #1618, which left .devenv directory in somewhat broken state. Removing .devenv solved the issue.
Version
devenv 1.3.1 (aarch64-darwin)
The text was updated successfully, but these errors were encountered: