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: 18f517fbd626
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c5f1eea02345
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 18, 2018

  1. goBuildPackage: Add -x to the go build command if NIX_DEBUG >= 1

    The -x go option prints all intermediate commands used by the Go
    compiler. For instance, this is pretty useful to debug Go LD_FLAGS
    because the used linker command is printed.
    nlewo committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    05df6d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Merge pull request #43664 from nlewo/pr-go-x

    goBuildPackage: Add -x to the go build command if NIX_DEBUG >= 1
    nlewo committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    c5f1eea View commit details
    Browse the repository at this point in the history