Remove unused module arg

This commit is contained in:
Daniel Beckwith 2022-03-24 21:03:25 -04:00 committed by Yt
parent ac3aa4c073
commit 6771dc6346

View File

@ -2,7 +2,6 @@
, stdenv , stdenv
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
, libiconv
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {