mirror of
https://github.com/nix-community/naersk
synced 2024-11-10 06:04:17 +00:00
Fix .cargo-home/config warning on nightly, bump probe-rs
This commit is contained in:
parent
aeb58d5e8f
commit
e7a060f655
3 changed files with 7 additions and 6 deletions
|
@ -243,7 +243,8 @@ let
|
||||||
export CARGO_HOME=''${CARGO_HOME:-$PWD/.cargo-home}
|
export CARGO_HOME=''${CARGO_HOME:-$PWD/.cargo-home}
|
||||||
mkdir -p $CARGO_HOME
|
mkdir -p $CARGO_HOME
|
||||||
|
|
||||||
cp "$cargoconfig" $CARGO_HOME/config
|
cp "$cargoconfig" $CARGO_HOME/config.toml
|
||||||
|
ln -s ./config.toml $CARGO_HOME/config
|
||||||
|
|
||||||
runHook postConfigure
|
runHook postConfigure
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -137,10 +137,10 @@
|
||||||
"homepage": "https://probe.rs",
|
"homepage": "https://probe.rs",
|
||||||
"owner": "probe-rs",
|
"owner": "probe-rs",
|
||||||
"repo": "probe-rs",
|
"repo": "probe-rs",
|
||||||
"rev": "51fa324aef9f7c413988a3d18052b1bbc278a4c5",
|
"rev": "c651f263751b370473f61addc58ccf93eb054374",
|
||||||
"sha256": "0zb9s80hsz83ngjngs9cllp7gf8xq9jz0m3lwdhf08x3cp3bj6fd",
|
"sha256": "1n2w2gz68wf2961mjhdgi6v3jhprygkri36gr9c4kd4gykadpzdw",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/probe-rs/probe-rs/archive/51fa324aef9f7c413988a3d18052b1bbc278a4c5.tar.gz",
|
"url": "https://github.com/probe-rs/probe-rs/archive/c651f263751b370473f61addc58ccf93eb054374.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"ripgrep-all": {
|
"ripgrep-all": {
|
||||||
|
|
|
@ -4,8 +4,8 @@ let
|
||||||
|
|
||||||
toolchain = (fenix.toolchainOf {
|
toolchain = (fenix.toolchainOf {
|
||||||
channel = "nightly";
|
channel = "nightly";
|
||||||
date = "2023-07-01";
|
date = "2024-04-12";
|
||||||
sha256 = "sha256-pWd4tAHP4QWGC3CKWZzDjzYANxATC6CGRmKuP2ZZv5k=";
|
sha256 = "sha256-nOsrWb08M6PTE3qXqaiCyKBy7Shk2YTvALYaIvNWa1s=";
|
||||||
}).toolchain;
|
}).toolchain;
|
||||||
|
|
||||||
naersk = pkgs.callPackage ../../../default.nix {
|
naersk = pkgs.callPackage ../../../default.nix {
|
||||||
|
|
Loading…
Reference in a new issue