Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: e27a4502cb1e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d45e3e36f85e
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on May 24, 2018

  1. gohai: init at 2018-05-23

    This project does not have a default versioning scheme. go2nix
    suggests using the date of the most recent change.
    tazjin committed May 24, 2018
    Configuration menu
    Copy the full SHA
    ab50043 View commit details
    Browse the repository at this point in the history
  2. nixos/dd-agent: fix runtime errors by adding gohai to $PATH

    The Datadog agent requires `gohai` to be available on its `$PATH` in
    order to collect certain metrics.
    
    It would previously start up and collect certain types of metrics, but
    log errors related to the missing gohai binary.
    
    This commit configures the systemd-unit to make gohai available at
    runtime.
    
    This fixes #39810.
    tazjin committed May 24, 2018
    Configuration menu
    Copy the full SHA
    f4c8718 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41015 from tazjin/feat/datadog-gohai

    Add missing gohai derivation and fix dd-agent service unit
    Mic92 committed May 24, 2018
    Configuration menu
    Copy the full SHA
    d45e3e3 View commit details
    Browse the repository at this point in the history