From f129fda7bcf42ac6196126da483d2efa681f3883 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 9 Aug 2021 14:33:17 +0800 Subject: [PATCH] mcu: fix build --- mcu/rustPlatform.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcu/rustPlatform.nix b/mcu/rustPlatform.nix index 3479dfe..435194d 100644 --- a/mcu/rustPlatform.nix +++ b/mcu/rustPlatform.nix @@ -10,7 +10,7 @@ let ]; rustChannel = lib.rustLib.fromManifestFile rustManifest { - inherit stdenv fetchurl patchelf; + inherit stdenv lib fetchurl patchelf; }; rust = rustChannel.rust.override {