diff --git a/nix/rustPlatform.nix b/nix/rustPlatform.nix index 4cd0640..803f204 100644 --- a/nix/rustPlatform.nix +++ b/nix/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 {