mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
caddy: build with default go and fix tests
This commit is contained in:
parent
538f369fb5
commit
83b48cc589
2 changed files with 49 additions and 50 deletions
|
@ -50,6 +50,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
testScript = { nodes, ... }:
|
testScript = { nodes, ... }:
|
||||||
let
|
let
|
||||||
|
@ -103,4 +104,4 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||||
webserver.wait_for_open_port("8080")
|
webserver.wait_for_open_port("8080")
|
||||||
webserver.wait_for_open_port("8081")
|
webserver.wait_for_open_port("8081")
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
|
|
@ -2180,9 +2180,7 @@ with pkgs;
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
caddy = callPackage ../servers/caddy {
|
caddy = callPackage ../servers/caddy { };
|
||||||
buildGoModule = buildGo115Module;
|
|
||||||
};
|
|
||||||
|
|
||||||
traefik = callPackage ../servers/traefik { };
|
traefik = callPackage ../servers/traefik { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue