mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixosTests.nginx*: nginxUnstable -> nginxMainline
Stop using the old `nginxUnstable` alias, which is invalid in tests
since 3edde6562e
.
This commit is contained in:
parent
b7749c7671
commit
a86853501a
2 changed files with 3 additions and 3 deletions
|
@ -29,5 +29,5 @@ builtins.listToAttrs (
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
[ "nginxStable" "nginxUnstable" "nginxShibboleth" "openresty" "tengine" ]
|
[ "nginxStable" "nginxMainline" "nginxShibboleth" "openresty" "tengine" ]
|
||||||
)
|
)
|
||||||
|
|
|
@ -56,11 +56,11 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||||
};
|
};
|
||||||
|
|
||||||
specialisation.reloadRestartSystem.configuration = {
|
specialisation.reloadRestartSystem.configuration = {
|
||||||
services.nginx.package = pkgs.nginxUnstable;
|
services.nginx.package = pkgs.nginxMainline;
|
||||||
};
|
};
|
||||||
|
|
||||||
specialisation.reloadWithErrorsSystem.configuration = {
|
specialisation.reloadWithErrorsSystem.configuration = {
|
||||||
services.nginx.package = pkgs.nginxUnstable;
|
services.nginx.package = pkgs.nginxMainline;
|
||||||
services.nginx.virtualHosts."!@$$(#*%".locations."~@#*$*!)".proxyPass = ";;;";
|
services.nginx.virtualHosts."!@$$(#*%".locations."~@#*$*!)".proxyPass = ";;;";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue