freebsd.devmatch: init
Co-Authored-By: Audrey Dutcher <audrey@rhelmot.io>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
mkDerivation,
|
||||
libdevinfo,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "sbin/devmatch";
|
||||
outputs = [
|
||||
"out"
|
||||
"debug"
|
||||
];
|
||||
buildInputs = [
|
||||
libdevinfo
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user