freebsd.kldunload: init

This commit is contained in:
Audrey Dutcher 2024-06-06 23:05:47 -07:00
parent d542659221
commit 15a263f2e2

View File

@ -0,0 +1,6 @@
{ mkDerivation, lib }:
mkDerivation {
path = "sbin/kldunload";
meta.platforms = lib.platforms.freebsd;
}