I pulled an earlier commit to sanity-check myself: $ guix pull --commit=5a227e7c5c2054af036d95895c92dd56ec88338d Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit 5a227e7c5c2054af036d95895c92dd56ec88338d... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following derivation will be built: /gnu/store/lgk59hz0ca5zff7ffcxmicyvr8146gb9-guix-latest.drv copying and compiling to '/gnu/store/ix9nini4rs7b4m5k335vdbdhz303f4lh-guix-latest' with Guile 2.2.3... loading... 25.9% of 667 filesrandom seed for tests: 1519536908 compiling... 100.0% of 667 files
Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. updated GNU Guix successfully deployed under `/home/alex/.config/guix/latest' Then I pulled again to get the tip of the repository, and it worked: $ guix pull Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit 0181df537ffb4e4273b2ca005738fdb7bd3d73f5... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following derivation will be built: /gnu/store/l4zlr66svshwhp5mmv597mr0s5rj3hvi-guix-latest.drv copying and compiling to '/gnu/store/aqqlcynpjv7lm0f6icvg35m2nvp05vrg-guix-latest' with Guile 2.2.3... loading... 25.9% of 667 filesrandom seed for tests: 1519538816 compiling... 100.0% of 667 files Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. updated GNU Guix successfully deployed under `/home/alex/.config/guix/latest' $ guix --version guix (GNU Guix) 0181df537ffb4e4273b2ca005738fdb7bd3d73f5 Copyright (C) 2018 the Guix authors License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.