lol

Fix lib ref

authored by

Daniel Beckwith and committed by
Yt
6bbf2eda 6771dc63

+1 -1
+1 -1
pkgs/development/tools/rust/bootimage/default.nix
··· 17 17 18 18 cargoSha256 = "03jximwqgjq7359c5mxbyfja2d04y57h34f87aby8jy0lz99jy2x"; 19 19 20 - meta = with stdenv.lib; { 20 + meta = with lib; { 21 21 description = "Creates a bootable disk image from a Rust OS kernel."; 22 22 homepage = "https://github.com/rust-osdev/bootimage"; 23 23 license = with licenses; [ asl20 mit ];