aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fabric-management.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-12-20 14:39:46 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-04 19:29:13 +0100
commit24a285acca2a4675df79ef3169088937ab49658c (patch)
tree16db771c7da04605982ed52840ec2de680302387 /gnu/packages/fabric-management.scm
parente4dad3d42f5c64bc1f25ee76082f5b9c3793eff0 (diff)
downloadguix-24a285acca2a4675df79ef3169088937ab49658c.tar.gz
guix-24a285acca2a4675df79ef3169088937ab49658c.zip
gnu: Add rust-nb-connect-1.
* gnu/packages/crates-io.scm (rust-nb-connect-1): New variable.
Diffstat (limited to 'gnu/packages/fabric-management.scm')
0 files changed, 0 insertions, 0 deletions
Parameterize '%current-system' early on....Fixes <https://issues.guix.gnu.org/58084>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. Previously, "sanity checks" and other operations would happen in a context where '%current-system' has its default value. Thus, running 'guix deploy' on x86_64-linux machine for an aarch64-linux one would lead things like '%base-initrd-modules' to see "x86_64-linux" as the '%current-system' value, in turn making the wrong choices. * gnu/machine/ssh.scm (check-deployment-sanity)[assertions]: Wrap in 'parameterize'. (deploy-managed-host): Likewise for the 'mlet' body. Ludovic Courtès 2022-09-04Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN....* gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Matthew James Kraai