Fix lib ref

main
Daniel Beckwith 2 years ago committed by Yt
parent 6771dc6346
commit 6bbf2eda49
  1. 2
      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 ];

Loading…
Cancel
Save