Fix lib ref
This commit is contained in:
parent
6771dc6346
commit
6bbf2eda49
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue