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: 596fa2844824
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f373ecec8f49
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 28, 2019

  1. buildGoModule: support impure modules (#76532)

    When modSha256 is null, disable the nix sandbox instead of using a
    fixed-output derivation. This requires the nix-daemon to have
    `sandbox = relaxed` set in their config to work properly.
    
    Because the output is (hopefully) deterministic based on the inputs,
    this should give a reproducible output. This is useful for development
    outside of nixpkgs where re-generating the modSha256 on each mod.sum
    changes is cumbersome.
    
    Don't use this in nixpkgs! This is why null is not the default value.
    zimbatm authored and kalbasit committed Dec 28, 2019
    Copy the full SHA
    f373ece View commit details
    Browse the repository at this point in the history