freebsd.pciconf: init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
lib,
|
||||
mkDerivation,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "usr.sbin/pciconf";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
"debug"
|
||||
];
|
||||
|
||||
meta.platorms = lib.platforms.freebsd;
|
||||
meta.mainProgram = "pciconf";
|
||||
}
|
||||
Reference in New Issue
Block a user