mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
fa5141395f
commit
a186de0fa1
2 changed files with 4 additions and 3 deletions
|
@ -799,7 +799,7 @@ in {
|
||||||
nghttpx = handleTest ./nghttpx.nix {};
|
nghttpx = handleTest ./nghttpx.nix {};
|
||||||
nginx = runTest ./nginx.nix;
|
nginx = runTest ./nginx.nix;
|
||||||
nginx-auth = runTest ./nginx-auth.nix;
|
nginx-auth = runTest ./nginx-auth.nix;
|
||||||
nginx-etag = handleTest ./nginx-etag.nix {};
|
nginx-etag = runTest ./nginx-etag.nix;
|
||||||
nginx-etag-compression = handleTest ./nginx-etag-compression.nix {};
|
nginx-etag-compression = handleTest ./nginx-etag-compression.nix {};
|
||||||
nginx-globalredirect = handleTest ./nginx-globalredirect.nix {};
|
nginx-globalredirect = handleTest ./nginx-globalredirect.nix {};
|
||||||
nginx-http3 = handleTest ./nginx-http3.nix {};
|
nginx-http3 = handleTest ./nginx-http3.nix {};
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
import ./make-test-python.nix {
|
{ ... }:
|
||||||
|
{
|
||||||
name = "nginx-etag";
|
name = "nginx-etag";
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
@ -85,7 +86,7 @@ import ./make-test-python.nix {
|
||||||
testScript =
|
testScript =
|
||||||
{ nodes, ... }:
|
{ nodes, ... }:
|
||||||
let
|
let
|
||||||
inherit (nodes.server.config.system.build) toplevel;
|
inherit (nodes.server.system.build) toplevel;
|
||||||
newSystem = "${toplevel}/specialisation/pass-checks";
|
newSystem = "${toplevel}/specialisation/pass-checks";
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue