forked from M-Labs/nix-scripts
mcu: fix build
This commit is contained in:
parent
5b65a378bf
commit
f129fda7bc
|
@ -10,7 +10,7 @@ let
|
|||
];
|
||||
rustChannel =
|
||||
lib.rustLib.fromManifestFile rustManifest {
|
||||
inherit stdenv fetchurl patchelf;
|
||||
inherit stdenv lib fetchurl patchelf;
|
||||
};
|
||||
rust =
|
||||
rustChannel.rust.override {
|
||||
|
|
Loading…
Reference in New Issue