diff --git a/pkgs/development/tools/rust/bootimage/default.nix b/pkgs/development/tools/rust/bootimage/default.nix index 1014b5f03e08..9da7aeaa8cc3 100644 --- a/pkgs/development/tools/rust/bootimage/default.nix +++ b/pkgs/development/tools/rust/bootimage/default.nix @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec { cargoSha256 = "03jximwqgjq7359c5mxbyfja2d04y57h34f87aby8jy0lz99jy2x"; - meta = with stdenv.lib; { + meta = with lib; { description = "Creates a bootable disk image from a Rust OS kernel."; homepage = "https://github.com/rust-osdev/bootimage"; license = with licenses; [ asl20 mit ];