trivial-builders: format
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
{ lib
|
{
|
||||||
, deepLinkIntoOwnPackage
|
lib,
|
||||||
, linkIntoOwnPackage
|
deepLinkIntoOwnPackage,
|
||||||
, rmDbusServicesInPlace
|
linkIntoOwnPackage,
|
||||||
, runCommandLocalOverridable
|
rmDbusServicesInPlace,
|
||||||
, stdenv
|
runCommandLocalOverridable,
|
||||||
, symlinkJoin
|
stdenv,
|
||||||
|
symlinkJoin,
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
# like `runCommandLocal`, but can be `.overrideAttrs` and supports standard phases/hooks like `postBuild`, etc.
|
# like `runCommandLocal`, but can be `.overrideAttrs` and supports standard phases/hooks like `postBuild`, etc.
|
||||||
|
Reference in New Issue
Block a user