Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
rust: 1.84.1 → 1.90
Lorenz Leutgeb committed 1 month ago
commit ce583ff078f203106d9672967d9e8c285350cd6f
parent 884ee08
3 files changed +5 -2
modified nix/radicle-desktop.nix
@@ -22,7 +22,7 @@
  GIT_HEAD ? null,
}:
let
-
  rTc = rust-bin.fromRustupToolchainFile ./../rust-toolchain;
+
  rTc = rust-bin.fromRustupToolchainFile ./../rust-toolchain.toml;
  rustPlatform = makeRustPlatform {
    cargo = rTc;
    rustc = rTc;
deleted rust-toolchain
@@ -1 +0,0 @@
-
1.84.1
added rust-toolchain.toml
@@ -0,0 +1,4 @@
+
[toolchain]
+
channel = "1.90"
+
profile = "default"
+
components = [ "rust-src" ]