fix passthrough template
This commit is contained in:
parent
f8b1d1e6be
commit
7c7c301955
1 changed files with 6 additions and 4 deletions
|
@ -9,10 +9,12 @@ pkgs: src: {extraArgs, entries, templates}: let
|
|||
inherit (lib.trivial) functionArgs;
|
||||
|
||||
templates' = templates ++ [
|
||||
({ format, output, ... }: {
|
||||
(pkgs.writeText "passthrough.nix" /*nix*/''
|
||||
{ format, output, ... }: {
|
||||
name = "passthrough";
|
||||
inherit format output;
|
||||
})
|
||||
}
|
||||
'')
|
||||
];
|
||||
|
||||
args = {inherit pkgs getEntry applyTemplate;}
|
||||
|
|
Loading…
Reference in a new issue