mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
nixos/gollum: fix deprecation warning
This commit is contained in:
parent
6d2eaecc8c
commit
424c98bf78
@ -9,6 +9,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
|
||||
testScript = { nodes, ... }: ''
|
||||
webserver.wait_for_unit("gollum")
|
||||
webserver.wait_for_open_port(${toString nodes.webserver.config.services.gollum.port})
|
||||
webserver.wait_for_open_port(${toString nodes.webserver.services.gollum.port})
|
||||
'';
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user