style: auto-format from pre-push hooks
This commit is contained in:
@@ -20,5 +20,18 @@
|
||||
nixpkgs-ci.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-armer, nixpkgs-bim, nixpkgs-emmett, nixpkgs-howard, nixpkgs-mermaid, nixpkgs-micron, nixpkgs-projects, nixpkgs-ci }: { };
|
||||
outputs =
|
||||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
nixpkgs-armer,
|
||||
nixpkgs-bim,
|
||||
nixpkgs-emmett,
|
||||
nixpkgs-howard,
|
||||
nixpkgs-mermaid,
|
||||
nixpkgs-micron,
|
||||
nixpkgs-projects,
|
||||
nixpkgs-ci,
|
||||
}:
|
||||
{ };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user