-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c4e220e719f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a0e4f44006cd
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 20 files changed
- 1 contributor
Commits on Mar 14, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for a0d835e - Browse repository at this point
Copy the full SHA a0d835eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 28435e4 - Browse repository at this point
Copy the full SHA 28435e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a516275 - Browse repository at this point
Copy the full SHA a516275View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff11036 - Browse repository at this point
Copy the full SHA ff11036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c7f228 - Browse repository at this point
Copy the full SHA 3c7f228View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4cccd - Browse repository at this point
Copy the full SHA 1a4cccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee0d36 - Browse repository at this point
Copy the full SHA 6ee0d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfbe152 - Browse repository at this point
Copy the full SHA cfbe152View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7586b3 - Browse repository at this point
Copy the full SHA a7586b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554406b - Browse repository at this point
Copy the full SHA 554406bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f5b405 - Browse repository at this point
Copy the full SHA 8f5b405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f8e71c - Browse repository at this point
Copy the full SHA 8f8e71cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d45408b - Browse repository at this point
Copy the full SHA d45408bView commit details -
Merge pull request #57080 from kalbasit/nixpkgs_create-build-go-module
buildGoModule: building Go binaries in two phases
Configuration menu - View commit details
-
Copy full SHA for a0e4f44 - Browse repository at this point
Copy the full SHA a0e4f44View commit details
There are no files selected for viewing