freebsd.init: init

This commit is contained in:
Audrey Dutcher 2024-06-06 23:30:53 -07:00
parent 8fd9a80c41
commit 37f5de0d04

View File

@ -0,0 +1,7 @@
{ mkDerivation }:
mkDerivation {
path = "sbin/init";
extraPaths = [ "sbin/mount" ];
NO_FSCHG = "yes";
MK_TESTS = "no";
}