From 83f7b2f235950f55c0024fc789cb2e996876eee4 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Mon, 26 Jun 2023 14:25:58 +0200 Subject: [PATCH] fix(rust): ignore unknown toolchain arguments Signed-off-by: Roman Volosatovs --- lib/rust/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rust/default.nix b/lib/rust/default.nix index 0a7560bb..bd214179 100644 --- a/lib/rust/default.nix +++ b/lib/rust/default.nix @@ -46,6 +46,7 @@ with self.lib; let channel ? defaultRustupToolchain.toolchain.channel, components ? defaultRustupToolchain.toolchain.components, targets ? [], + ... } @ args: with pkgs; let channels.stable = "stable";