guix: create the cargo config in the repo directory, not home

This commit is contained in:
Antoine Poinsot 2022-12-16 14:20:58 +01:00
parent b0ade59937
commit b7e349459d
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -5,8 +5,8 @@
set -ex
# Instruct cargo to use our vendored sources
mkdir -p ~/.cargo
cat <<EOF >~/.cargo/config.toml
mkdir -p .cargo
cat <<EOF >.cargo/config.toml
[source.vendored_sources]
directory = "/vendor"