commit
05eb6570c0
@ -7,7 +7,7 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "n8n";
|
name = "n8n";
|
||||||
meta.maintainers = with maintainers; [ freezeboy ];
|
meta.maintainers = with maintainers; [ freezeboy k900 ];
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
@ -19,7 +19,7 @@ in
|
|||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
machine.wait_for_unit("n8n.service")
|
machine.wait_for_unit("n8n.service")
|
||||||
machine.wait_for_open_port("${toString port}")
|
machine.wait_for_open_port(${toString port})
|
||||||
machine.succeed("curl --fail http://localhost:${toString port}/")
|
machine.succeed("curl --fail http://localhost:${toString port}/")
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
1014
pkgs/applications/networking/n8n/node-packages.nix
generated
1014
pkgs/applications/networking/n8n/node-packages.nix
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user