tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
rust: use host-tuple instead of host mode
wiro.world
2 months ago
5283444d
843ff173
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+4
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
rust.nix
+4
home-manager/fragments/rust.nix
···
36
36
toml-format.generate "cargo-config" {
37
37
registry.global-credential-providers = [ "cargo:token-from-stdout ${get-crates-io-token}" ];
38
38
39
39
+
build = {
40
40
+
target = "host-tuple";
41
41
+
};
42
42
+
39
43
source = {
40
44
local-mirror.registry = "sparse+http://local.crates.io:8080/index/";
41
45
# crates-io.replace-with = "local-mirror";