mcu: fix build

pull/64/head
Sebastien Bourdeauducq 2021-08-09 14:33:17 +08:00
parent 5b65a378bf
commit f129fda7bc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ let
]; ];
rustChannel = rustChannel =
lib.rustLib.fromManifestFile rustManifest { lib.rustLib.fromManifestFile rustManifest {
inherit stdenv fetchurl patchelf; inherit stdenv lib fetchurl patchelf;
}; };
rust = rust =
rustChannel.rust.override { rustChannel.rust.override {