Skip to content

Commit 3661265

Browse files
committed
fixup! Use rust-toolchain.toml for dependabot
1 parent d773976 commit 3661265

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let
2323
);
2424

2525
# We choose a minimal Rust channel to keep the Nix closure size smaller
26-
rust = pkgs.rust-bin.fromRustupToolchainFile ../rust-toolchain.toml;
26+
rust = pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
2727

2828
defaultEnv = pkgs.buildEnv {
2929
name = "opsqueue-env-default";

nix/sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"homepage": "",
1818
"owner": "oxalica",
1919
"repo": "rust-overlay",
20-
"rev": "5e64aecc018e6f775572609e7d7485fdba6985a7",
21-
"sha256": "0yrxlrdvmk9y656ablpvqnajjax88dqyb9yx9ziziw8vddb0h0x7",
20+
"rev": "6d14586a5917a1ec7f045ac97e6d00c68ea5d9f3",
21+
"sha256": "0kzg34bv6ap1jgq8x2bawn7rv3pkhd53z8zdvpykyvqqkxpw0dsf",
2222
"type": "tarball",
23-
"url": "https://github.com/oxalica/rust-overlay/archive/5e64aecc018e6f775572609e7d7485fdba6985a7.tar.gz",
23+
"url": "https://github.com/oxalica/rust-overlay/archive/6d14586a5917a1ec7f045ac97e6d00c68ea5d9f3.tar.gz",
2424
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
2525
}
2626
}

0 commit comments

Comments
 (0)