Fix lib ref

This commit is contained in:
Daniel Beckwith 2022-03-24 21:45:09 -04:00 committed by Yt
parent 6771dc6346
commit 6bbf2eda49

View file

@ -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 ];