Formatting
This commit is contained in:
parent
4472d74e96
commit
c6a276404f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, self, ... }:
|
||||
{
|
||||
build = type: subcomponent: json:
|
||||
build =
|
||||
type: subcomponent: json:
|
||||
pkgs.runCommand "hylonix-${subcomponent}-manpage"
|
||||
{
|
||||
header = ./header.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue