mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-17 22:39:53 +02:00
go.mod: add stress tool dependency
Add golang.org/x/tools/cmd/stress as a tool dependency for running tests under repeated stress to surface flaky failures. Update flake vendorHash for the new go.mod dependencies.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${prev.stdenv.hostPlatform.system};
|
||||
buildGo = pkgs.buildGo126Module;
|
||||
vendorHash = "sha256-oUN53ELb3+xn4yA7lEfXyT2c7NxbQC6RtbkGVq6+RLU=";
|
||||
vendorHash = "sha256-jom1279Lx2Knff93rfoEgGeBBk+EjJO7GAkaQYlchgY=";
|
||||
in
|
||||
{
|
||||
headscale = buildGo {
|
||||
|
||||
Reference in New Issue
Block a user