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
After rebuilding my system, I get the following error and thousands alike:
warning: error: unable to download 'https://cache.nixos.org/134v1qhd8hcw02xymd2759a2x2y8yls4.narinfo': Failed to open/read local data from file/application (26); retrying in 314 ms
… while calling the 'import' builtin
at «nix-internal»/call-flake.nix:54:19:
53|
54| flake = import (outPath + "/flake.nix");
| ^
55|
… while realising the context of a path
… while calling the 'fetchTree' builtin
at «nix-internal»/call-flake.nix:48:15:
47| # FIXME: remove obsolete node.info.
48| fetchTree (node.info or {} // removeAttrs node.locked ["dir"]);
| ^
49|
… while fetching the input 'github:nix-community/home-manager/a46e702093a5c46e192243edbd977d5749e7f294?narHash=sha256-qjEI64RKvDxRyEarY0jTzrZMa8ebezh2DEZmJJrpVdo%3D'
error: Failed to open archive (Source threw exception: error: unable to download 'https://github.com/nix-community/home-manager/archive/a46e702093a5c46e192243edbd977d5749e7f294.tar.gz': HTTP error 302 (curl error: Failed to open/read local data from file/application))
Looking into it more verbose, there is a netrc error. Just trying with curl, yields:
Describe the bug
After rebuilding my system, I get the following error and thousands alike:
Steps To Reproduce
Steps to reproduce the behavior:
master
and rebuild the systemExpected behavior
No error message
Screenshots
Additional context
current master used 39a771d
Metadata
"x86_64-linux"
Linux 6.6.63, NixOS, 25.05 (Warbler), 25.05.20241122.300e140
yes
yes
nix-env (Nix) 2.24.10
""
"nixos, nixpkgs"
/nix/store/55jcyrw47dp7lrzipkcmxhw7jydz32g4-source
Notify maintainers
@lovek323 (for curl)
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: