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
Describe the bug
I updated my devenv version and removed the devenv.lock in order to be force update, the problem is that when the environment attempts to build, I get a host of 301/302 errors when devenv/nix attempts to download cachix and git-hooks packages.
direnv: using devenv
direnv: .envrc changed, reloading
warning: error:
error: unable to download 'https://api.github.com/repos/cachix/devenv/commits/HEAD': Failed to open/read local data from file/application (26); retrying in 342 ms
warning: error:
error: unable to download 'https://github.com/cachix/devenv/archive/51abcb75d471a215c800937d4e30dc765d305c6d.tar.gz': Failed to open/read local data from file/application (26); retrying in 340 ms
warning: error:
error: unable to download 'https://github.com/cachix/devenv/archive/51abcb75d471a215c800937d4e30dc765d305c6d.tar.gz': HTTP error 302 (curl error: Failed to open/read local data from file/application); retrying in 579 ms
warning: error:
error: unable to download 'https://github.com/cachix/devenv/archive/51abcb75d471a215c800937d4e30dc765d305c6d.tar.gz': HTTP error 302 (curl error: Failed to open/read local data from file/application); retrying in 1281 ms
To reproduce
co-workers haven't been able to reproduce.
devenv runs fine when I rollback and use the old devenv.lock file. the notable difference between the two is the original lock is using pre-commit-hooks vs git-hooks
Describe the bug
I updated my devenv version and removed the
devenv.lock
in order to be force update, the problem is that when the environment attempts to build, I get a host of301
/302
errors when devenv/nix attempts to downloadcachix
andgit-hooks
packages.To reproduce
co-workers haven't been able to reproduce.
devenv runs fine when I rollback and use the old
devenv.lock
file. the notable difference between the two is the originallock
is usingpre-commit-hooks
vsgit-hooks
Version
devenv:
devenv 1.3.1 (aarch64-darwin)
nix:
nix (Nix) 2.24.10
both devenv and nix are running latest versions. I've reinstalled both to no avail.
The text was updated successfully, but these errors were encountered: