Loading pkgs/by-name/fa/fake-gcs-server/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ buildGoModule rec { vendorHash = "sha256-oTJ4DCsDazo58ozsAKI0BG7rxfF8oeiIl6vQpRng+LM="; # Unit tests fail to start the emulator server in some environments (e.g. Hydra) for some reason. # # Disabling to avoid flakiness. doCheck = false; passthru = { updateScript = nix-update-script { }; }; Loading Loading
pkgs/by-name/fa/fake-gcs-server/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ buildGoModule rec { vendorHash = "sha256-oTJ4DCsDazo58ozsAKI0BG7rxfF8oeiIl6vQpRng+LM="; # Unit tests fail to start the emulator server in some environments (e.g. Hydra) for some reason. # # Disabling to avoid flakiness. doCheck = false; passthru = { updateScript = nix-update-script { }; }; Loading