Skip to content

Commit

Permalink
fix(rust): ignore unknown toolchain arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jun 26, 2023
1 parent aaf87ec commit 83f7b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rust/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ with self.lib; let
channel ? defaultRustupToolchain.toolchain.channel,
components ? defaultRustupToolchain.toolchain.components,
targets ? [],
...
} @ args:
with pkgs; let
channels.stable = "stable";
Expand Down

0 comments on commit 83f7b2f

Please sign in to comment.