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: 2c4e220e719f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a0e4f44006cd
Choose a head ref
  • 14 commits
  • 20 files changed
  • 1 contributor

Commits on Mar 14, 2019

  1. buildGoPackage: move it under a different path

    This change moves buildGoPackage from pkgs/development/go-modules to
    pkgs/development/go-packages, so we can have buildGoModule at
    pkgs/development/go-modules.
    kalbasit committed Mar 14, 2019
    Copy the full SHA
    a0d835e View commit details
    Browse the repository at this point in the history
  2. buildGoModule: function for packaging Go modules

    The function buildGoModule builds Go programs managed with Go modules. It builds
    a Go module through a two phase build:
    
    - An intermediate fetcher derivation. This derivation will be used to
      fetch all of the dependencies of the Go module.
    - A final derivation will use the output of the intermediate derivation
      to build the binaries and produce the final output.
    kalbasit committed Mar 14, 2019
    Copy the full SHA
    28435e4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a516275 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ff11036 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3c7f228 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1a4cccd View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6ee0d36 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    cfbe152 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a7586b3 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    554406b View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    8f5b405 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    8f8e71c View commit details
    Browse the repository at this point in the history
  13. mod: init at 0.2.0

    kalbasit committed Mar 14, 2019
    Copy the full SHA
    d45408b View commit details
    Browse the repository at this point in the history
  14. Merge pull request #57080 from kalbasit/nixpkgs_create-build-go-module

    buildGoModule: building Go binaries in two phases
    kalbasit committed Mar 14, 2019
    Copy the full SHA
    a0e4f44 View commit details
    Browse the repository at this point in the history