freebsd.truss: init

This commit is contained in:
Audrey Dutcher 2024-06-06 22:54:51 -07:00
parent 352259d523
commit 7627bc4be2

View File

@ -0,0 +1,5 @@
{ mkDerivation, libsysdecode }:
mkDerivation {
path = "usr.bin/truss";
buildInputs = [ libsysdecode ];
}