guix: create the cargo config in the repo directory, not home
This commit is contained in:
parent
b0ade59937
commit
b7e349459d
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user