freebsd.libufs: init

This commit is contained in:
Audrey Dutcher 2024-06-06 23:03:55 -07:00
parent 39fe4cf600
commit 20cf5fb46f

View File

@ -0,0 +1,8 @@
{ mkDerivation }:
mkDerivation {
path = "lib/libufs";
extraPaths = [
"sys/libkern"
"sys/ufs"
];
}