freebsd.mkimg: init

This commit is contained in:
Audrey Dutcher 2024-06-06 23:57:45 -07:00
parent f413ee70de
commit 256f8ff850

View File

@ -0,0 +1,6 @@
{ mkDerivation }:
mkDerivation {
path = "usr.bin/mkimg";
extraPaths = [ "sys/sys/disk" ];
MK_TESTS = "no";
}