Update rust toolchain to 1.68 and simplify Nix stuff

This commit is contained in:
Alex Auvolat
2023-04-25 14:46:47 +02:00
parent a16eb7e4b8
commit 5efcdc0de3
5 changed files with 106 additions and 44 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ let
*/
toolchainOptions = if target == null || target == "x86_64-unknown-linux-musl"
|| target == "aarch64-unknown-linux-musl" then {
rustVersion = "1.63.0";
rustVersion = "1.68.0";
extraRustComponents = [ "clippy" ];
} else {
rustToolchain = pkgs.symlinkJoin {