freebsd.powerd: init
This commit is contained in:
committed by
Artemis Tosini
parent
97d5cf6833
commit
feb9df08ed
@@ -0,0 +1,11 @@
|
||||
{
|
||||
mkDerivation,
|
||||
}:
|
||||
mkDerivation {
|
||||
path = "usr.sbin/powerd";
|
||||
outputs = [
|
||||
"out"
|
||||
"debug"
|
||||
];
|
||||
meta.mainProgram = "powerd";
|
||||
}
|
||||
Reference in New Issue
Block a user