Hello! I tried running guix pull today, which resulted in an error. I am using a osbooted (libreboot) T400 Thinkpad on Guix System. I have been having some bizzare networking issues that I have not fixed yet. They may have played a role. Here is the output of the error message: joshua@hidalgo ~ (master) [1]> guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... guix pull: error: Git error: failed to resolve address for git.savannah.gnu.org: Temporary failure in name resolution joshua@hidalgo ~ (master) [1]> guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to 9bd4ed3 (132 new commits)... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git 9bd4ed3 substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% module-import 2KiB 18KiB/s 00:00 [##################] 100.0% module-import-compiled 1.2MiB 14KiB/s 01:28 [##################] 100.0% compute-guix-derivation 1004B 425KiB/s 00:00 [##################] 100.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% git-minimal-2.35.1 993KiB/s 00:04 | 3.6MiB transferre |Backtrace: 14 (primitive-load "/gnu/store/2gdcck1lsrmv1n9c814bl4xxk69b4y49-compute-guix-derivation") In ice-9/eval.scm: 155:9 13 (_ _) 159:9 12 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(# ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) In ice-9/boot-9.scm: 152:2 11 (with-fluid* _ _ _) 152:2 10 (with-fluid* _ _ _) In ./guix/store.scm: 2129:24 9 (run-with-store # # ?) 1966:8 8 (_ #) In ./guix/gexp.scm: 299:22 7 (_ #) 1180:2 6 (_ #) 1046:2 5 (_ #) 892:4 4 (_ #) In ./guix/store.scm: 2014:12 3 (_ #) 1406:5 2 (map/accumulate-builds # # ?) 1421:15 1 (_ # ("/gnu/store/mlqacmkzh8ir2aqs42zc24jbk1vkgk2x-git-minimal-?") ?) 1421:15 0 (loop #f) ./guix/store.scm:1421:15: In procedure loop: ERROR: 1. &store-protocol-error: message: "some substitutes for the outputs of derivation `/gnu/store/mlqacmkzh8ir2aqs42zc24jbk1vkgk2x-git-minimal-2.35.1.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source " status: 1 guix pull: error: You found a bug: the program '/gnu/store/2gdcck1lsrmv1n9c814bl4xxk69b4y49-compute-guix-derivation' failed to compute the derivation for Guix (version: "9bd4ed3dded7b770f1989f6084d565f7086fdcd3"; system: "x86_64-linux"; host version: "fff27ded10fec7efaec11a231324681fb8dd0857"; pull-version: 1). Please report the COMPLETE output above by email to . joshua@hidalgo ~ (master) [1]> Thanks!