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: 849e261a1d9b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 48b3da992462
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

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.
    
    (cherry picked from commit ab50043)
    tazjin authored and Mic92 committed May 24, 2018
    2 Configuration menu
    Copy the full SHA
    6e7d5cf 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.
    
    (cherry picked from commit f4c8718)
    tazjin authored and Mic92 committed May 24, 2018
    Configuration menu
    Copy the full SHA
    48b3da9 View commit details
    Browse the repository at this point in the history