mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +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, ... }:
|
||||
let
|
||||
|
|
|
@ -2180,9 +2180,7 @@ with pkgs;
|
|||
'';
|
||||
});
|
||||
|
||||
caddy = callPackage ../servers/caddy {
|
||||
buildGoModule = buildGo115Module;
|
||||
};
|
||||
caddy = callPackage ../servers/caddy { };
|
||||
|
||||
traefik = callPackage ../servers/traefik { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue